Skip to content

Commit 0b24055

Browse files
committed
Comment.
1 parent 3844a61 commit 0b24055

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

console/executor_signals.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void executor::set_signal_handlers()
6262
#if defined(HAVE_MSC)
6363
::SetConsoleCtrlHandler(&executor::control_handler, TRUE);
6464
#else
65-
// struct keywork avoids name conflict with posix function sigaction.
65+
// struct keyword avoids name conflict with posix function sigaction.
6666
struct sigaction action{};
6767

6868
// Restart interrupted system calls.

0 commit comments

Comments
 (0)