diff options
author | Christopher Faylor <me@cgf.cx> | 2014-05-10 20:17:54 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2014-05-10 20:17:54 +0000 |
commit | 3ad50ff74afa711425f5ff014d6479b8bf9c9621 (patch) | |
tree | 38985d6b18025d228c367ba5b91325b937a2c045 | |
parent | fb1565af68af4aebff40c7c7917a51970f749b72 (diff) | |
download | cygnal-3ad50ff74afa711425f5ff014d6479b8bf9c9621.tar.gz cygnal-3ad50ff74afa711425f5ff014d6479b8bf9c9621.tar.bz2 cygnal-3ad50ff74afa711425f5ff014d6479b8bf9c9621.zip |
clarify checkin comment
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 96e6b556f..6fa59152a 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -2,8 +2,8 @@ * signal.cc (sigprocmask): Fix strace output to include "how". - * fhandler_console.cc (dev_console::save_restore): Only current dwEnd - line rather than the one after that. + * fhandler_console.cc (dev_console::save_restore): Only save current + dwEnd line rather than the one after that. 2014-05-08 Corinna Vinschen <corinna@vinschen.de> |