diff options
author | Christopher Faylor <me@cgf.cx> | 2001-10-20 17:35:27 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-10-20 17:35:27 +0000 |
commit | 3ddb57fb3f87d3df37f953eb3c7678ff94ce960a (patch) | |
tree | 264de1acd6c9eeb6f0de460fd05525f1646c27b7 /winsup | |
parent | 011ec894d2919c4f891e690602916867b6a766d0 (diff) | |
download | cygnal-3ddb57fb3f87d3df37f953eb3c7678ff94ce960a.tar.gz cygnal-3ddb57fb3f87d3df37f953eb3c7678ff94ce960a.tar.bz2 cygnal-3ddb57fb3f87d3df37f953eb3c7678ff94ce960a.zip |
fix typo.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index a886bf189..73ff115a1 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,6 +1,6 @@ 2001-10-20 Christopher Faylor <cgf@redhat.com> - * miscfuncs.cc (+__check_invalid_read_ptr_errno): New function. + * miscfuncs.cc (__check_invalid_read_ptr_errno): New function. * syscalls.c (_write): Validate that write buffer is accessible for reading, not writing. * winsup.h: Declare new function, increase regparmization of check_* |