summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dll_init.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-02-08 20:14:37 +0000
committerChristopher Faylor <me@cgf.cx>2011-02-08 20:14:37 +0000
commit38286e47f0f42a4cfb6971b2c5d0e70591bb2a34 (patch)
tree4096673d08b36aecf1153806b5ffe3a3f3bce612 /winsup/cygwin/dll_init.cc
parente9857afa1cf4a6bfb0b6622c557ad3c7353df346 (diff)
downloadcygnal-38286e47f0f42a4cfb6971b2c5d0e70591bb2a34.tar.gz
cygnal-38286e47f0f42a4cfb6971b2c5d0e70591bb2a34.tar.bz2
cygnal-38286e47f0f42a4cfb6971b2c5d0e70591bb2a34.zip
* dll_init.cc: Fix typo in comment.
Diffstat (limited to 'winsup/cygwin/dll_init.cc')
-rw-r--r--winsup/cygwin/dll_init.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dll_init.cc b/winsup/cygwin/dll_init.cc
index ec1132434..95c07f704 100644
--- a/winsup/cygwin/dll_init.cc
+++ b/winsup/cygwin/dll_init.cc
@@ -267,7 +267,7 @@ dll_list::load_after_fork (HANDLE parent)
/* See if DLL will load in proper place. If so, free it and reload
it the right way.
It stinks that we can't invert the order of the initial LoadLibrary
- and FreeLibrar since Microsoft documentation seems to imply that
+ and FreeLibrary since Microsoft documentation seems to imply that
should do what we want. However, once a library is loaded as
above, the second LoadLibrary will not execute its startup code
unless it is first unloaded. */