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 | db1a0acb0fe14ae046577f0d63d20235d4e22ef6 (patch) | |
tree | 251bf21b950ce14d39070a08cd8bf869040cfc60 | |
parent | c1bc4c19be3b4c2858e62241318350cd52cbef86 (diff) | |
download | c-ares-db1a0acb0fe14ae046577f0d63d20235d4e22ef6.tar.gz c-ares-db1a0acb0fe14ae046577f0d63d20235d4e22ef6.tar.bz2 c-ares-db1a0acb0fe14ae046577f0d63d20235d4e22ef6.zip |
Fixed typo.
-rw-r--r-- | windows_port.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows_port.c b/windows_port.c index d9c358e..02bb4cb 100644 --- a/windows_port.c +++ b/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) |