diff options
Diffstat (limited to 'usr.bin/less/lsystem.c')
-rw-r--r-- | usr.bin/less/lsystem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/less/lsystem.c b/usr.bin/less/lsystem.c index 6d542c84c3b..7cae2a40dbd 100644 --- a/usr.bin/less/lsystem.c +++ b/usr.bin/less/lsystem.c @@ -131,7 +131,7 @@ lsystem(const char *cmd, const char *donemsg) /* * Since we were ignoring window change signals while we executed * the system command, we must assume the window changed. - * Warning: this leaves a signal pending (in "sigs"), + * Warning: this leaves a signal pending (in "signal_winch"), * so psignals() should be called soon after lsystem(). */ sigwinch(0); |