Skip to content

Commit

Permalink
fix typo: TOOD -> TODO (google#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
ukai authored May 7, 2019
1 parent 0d0c254 commit ba8a9f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/signalhandler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void DumpTimeInfo() {
g_failure_writer(buf, formatter.num_bytes_written());
}

// TOOD(hamaji): Use signal instead of sigaction?
// TODO(hamaji): Use signal instead of sigaction?
#ifdef HAVE_SIGACTION

// Dumps information about the signal to STDERR.
Expand Down
2 changes: 1 addition & 1 deletion src/utilities.cc
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static void DumpStackTrace(int skip_count, DebugWriter *writerfn, void *arg) {
static void DumpStackTraceAndExit() {
DumpStackTrace(1, DebugWriteToStderr, NULL);

// TOOD(hamaji): Use signal instead of sigaction?
// TODO(hamaji): Use signal instead of sigaction?
if (IsFailureSignalHandlerInstalled()) {
// Set the default signal handler for SIGABRT, to avoid invoking our
// own signal handler installed by InstallFailureSignalHandler().
Expand Down

0 comments on commit ba8a9f6

Please sign in to comment.