Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-07-04 06:26:52 +0400
committerChristopher Faylor <me@cgf.cx>2012-07-04 06:26:52 +0400
commitaa01a03c10af262890055b02f8623dba286fa366 (patch)
treee3bd9cf9c2c6fad7ee43686afd060c1eae68cfe2
parent51e4c3d44ca11464b2fa65f5c7ca70b2fcd8c653 (diff)
fix typo
-rw-r--r--winsup/cygwin/DevNotes2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/DevNotes b/winsup/cygwin/DevNotes
index 43abe9f6f..8e517bf84 100644
--- a/winsup/cygwin/DevNotes
+++ b/winsup/cygwin/DevNotes
@@ -28,7 +28,7 @@ Corinna's 2012-05-23 change to refcnt exposed a potential problem with
dup handling where the fdtab could be updated while not locked.
That should be fixed by this change but, on closer examination, it seems
-ilke there are many places where it is possible for the refcnt to be
+like there are many places where it is possible for the refcnt to be
updated while the fdtab is not locked since the default for
cygheap_fdget is to not lock the fdtab (and that should be the default -
you can't have read holding a lock).