Skip to content

Commit f49474d

Browse files
Apply suggestions from code review
Co-authored-by: Tomoya Fujita <[email protected]> Signed-off-by: Janosch Machowinski <[email protected]>
1 parent 096cc95 commit f49474d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/src/rclcpp/signal_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ SignalHandler::install(SignalHandlerOptions signal_handler_options)
118118
return true;
119119
}
120120

121-
// know state in case someone uninstalls and reinstall handlers
121+
// Reset state in case someone uninstalls and reinstall handlers
122122
shutdown_ = false;
123123
terminate_handler_ = false;
124124

0 commit comments

Comments
 (0)