* dll_init.cc: Fix typo in comment.

This commit is contained in:
Christopher Faylor 2011-02-08 20:14:37 +00:00
parent e9857afa1c
commit 38286e47f0
1 changed files with 1 additions and 1 deletions

View File

@ -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. */