summaryrefslogtreecommitdiff
path: root/util/signal_handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/signal_handlers.h')
-rw-r--r--util/signal_handlers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/signal_handlers.h b/util/signal_handlers.h
index 917c6acf5b3..9d3a735a723 100644
--- a/util/signal_handlers.h
+++ b/util/signal_handlers.h
@@ -23,7 +23,7 @@
namespace mongo {
/**
- * Obtains the log file handler and writes the current thread's stack trace to
+ * Obtains the log file handler and writes the current thread's stack trace to
* it. This call issues an exit(). The function can safely be called from within a
* signal handler.
*