diff options
| author | Gisle Vanem <gvanem@broadpark.no> | 2007-02-19 17:40:36 +0000 | 
|---|---|---|
| committer | Gisle Vanem <gvanem@broadpark.no> | 2007-02-19 17:40:36 +0000 | 
| commit | 9a70ce42457c2124bd57f49f4f36d5268a0b56fc (patch) | |
| tree | b27cbecf837e42f19248c064272278aa4e11eb7f | |
| parent | 7ba53a4f412f9d466816fdd9c63f37e6516ba507 (diff) | |
Fixed typo.
| -rw-r--r-- | ares/windows_port.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ares/windows_port.c b/ares/windows_port.c index d9c358e2f..02bb4cbf8 100644 --- a/ares/windows_port.c +++ b/ares/windows_port.c @@ -22,7 +22,7 @@  #ifdef __WATCOMC__  /* - * Watcom needs a DlMain() in order to initialise the clib startup code. + * Watcom needs a DllMain() in order to initialise the clib startup code.   */  BOOL  WINAPI DllMain (HINSTANCE hnd, DWORD reason, LPVOID reserved) | 
