File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class SignalHandler final
7575 bool
7676 install (SignalHandlerOptions signal_handler_options = SignalHandlerOptions::All);
7777
78- // / Uninstall the signal handler for SIGINT/SIGTERM and join the dedicated singal handling
78+ // / Uninstall the signal handler for SIGINT/SIGTERM and join the dedicated signal handling
7979 // / thread.
8080 /* *
8181 * Also restores the previous signal handler.
@@ -189,7 +189,7 @@ class SignalHandler final
189189
190190 // Whether or not a signal has been received.
191191 std::atomic_bool signal_received_ = false ;
192- // A thread to which singal handling tasks are deferred.
192+ // A thread to which signal handling tasks are deferred.
193193 std::thread signal_handler_thread_;
194194
195195 // A mutex used to synchronize the install() and uninstall() methods.
You can’t perform that action at this time.
0 commit comments