Unverified Commit ba8a9f69 authored by Fumitoshi Ukai's avatar Fumitoshi Ukai Committed by GitHub

fix typo: TOOD -> TODO (#448)

parent 0d0c2543
...@@ -169,7 +169,7 @@ void DumpTimeInfo() { ...@@ -169,7 +169,7 @@ void DumpTimeInfo() {
g_failure_writer(buf, formatter.num_bytes_written()); 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 #ifdef HAVE_SIGACTION
// Dumps information about the signal to STDERR. // Dumps information about the signal to STDERR.
......
...@@ -142,7 +142,7 @@ static void DumpStackTrace(int skip_count, DebugWriter *writerfn, void *arg) { ...@@ -142,7 +142,7 @@ static void DumpStackTrace(int skip_count, DebugWriter *writerfn, void *arg) {
static void DumpStackTraceAndExit() { static void DumpStackTraceAndExit() {
DumpStackTrace(1, DebugWriteToStderr, NULL); DumpStackTrace(1, DebugWriteToStderr, NULL);
// TOOD(hamaji): Use signal instead of sigaction? // TODO(hamaji): Use signal instead of sigaction?
if (IsFailureSignalHandlerInstalled()) { if (IsFailureSignalHandlerInstalled()) {
// Set the default signal handler for SIGABRT, to avoid invoking our // Set the default signal handler for SIGABRT, to avoid invoking our
// own signal handler installed by InstallFailureSignalHandler(). // own signal handler installed by InstallFailureSignalHandler().
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment