diff options
author | Christopher Faylor <me@cgf.cx> | 2005-12-22 05:23:51 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-12-22 05:23:51 +0000 |
commit | 3962fad13729139ce2b17a2c7fb64ec389a470ab (patch) | |
tree | 896531bbb250914c1721febc19d27e9b626c406b /winsup | |
parent | 67cd42db4c598d2c4fd96ed1ff69d9d0a3e35a73 (diff) | |
download | cygnal-3962fad13729139ce2b17a2c7fb64ec389a470ab.tar.gz cygnal-3962fad13729139ce2b17a2c7fb64ec389a470ab.tar.bz2 cygnal-3962fad13729139ce2b17a2c7fb64ec389a470ab.zip |
fix ya typo
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index db04ffeb7..c3dfbf4ea 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -9,7 +9,8 @@ (winpids:add): Remove copied stuff. Try to put process handle into pinfo in question and use _onreturn class to control when to close it. (winpids::release): Remove use of copied array. Free procinfo when - hProc is NULL. Otherwise call release and call CloseHandle on hProc. + hProcess is NULL. Otherwise call release and call CloseHandle on + hProcess. * pinfo.h (winpids::copied): Remove throughout class. 2005-12-21 Christopher Faylor <cgf@timesys.com> |