diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-09-04 09:19:40 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-09-04 09:19:40 +0000 |
commit | fbea991286b0e11aa5d023d07033c3c3b82de3b6 (patch) | |
tree | 7f02a0345aa3993cdcfaae8abc94b9072682f92f /usr.bin/less | |
parent | df9df20dad0a0f91bf3ae125b3480138da236e63 (diff) |
adjust a variable name in a comment after the reorg in signal.c rev. 1.18
Diffstat (limited to 'usr.bin/less')
-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); |