We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3844a61 commit 0b24055Copy full SHA for 0b24055
1 file changed
console/executor_signals.cpp
@@ -62,7 +62,7 @@ void executor::set_signal_handlers()
62
#if defined(HAVE_MSC)
63
::SetConsoleCtrlHandler(&executor::control_handler, TRUE);
64
#else
65
- // struct keywork avoids name conflict with posix function sigaction.
+ // struct keyword avoids name conflict with posix function sigaction.
66
struct sigaction action{};
67
68
// Restart interrupted system calls.
0 commit comments