summaryrefslogtreecommitdiff
path: root/windows_port.c
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2007-02-19 17:40:36 +0000
committerGisle Vanem <gvanem@broadpark.no>2007-02-19 17:40:36 +0000
commitdb1a0acb0fe14ae046577f0d63d20235d4e22ef6 (patch)
tree251bf21b950ce14d39070a08cd8bf869040cfc60 /windows_port.c
parentc1bc4c19be3b4c2858e62241318350cd52cbef86 (diff)
downloadc-ares-db1a0acb0fe14ae046577f0d63d20235d4e22ef6.tar.gz
c-ares-db1a0acb0fe14ae046577f0d63d20235d4e22ef6.tar.bz2
c-ares-db1a0acb0fe14ae046577f0d63d20235d4e22ef6.zip
Fixed typo.
Diffstat (limited to 'windows_port.c')
-rw-r--r--windows_port.c2
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)