Skip to content

Commit d407a5e

Browse files
authored
fix (signal_handler.hpp): spelling (#2356)
Signed-off-by: Zard-C <[email protected]>
1 parent 7f41137 commit d407a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rclcpp/src/rclcpp/signal_handler.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)