aboutsummaryrefslogtreecommitdiff
path: root/ares/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
commit9a70ce42457c2124bd57f49f4f36d5268a0b56fc (patch)
treeb27cbecf837e42f19248c064272278aa4e11eb7f /ares/windows_port.c
parent7ba53a4f412f9d466816fdd9c63f37e6516ba507 (diff)
Fixed typo.
Diffstat (limited to 'ares/windows_port.c')
-rw-r--r--ares/windows_port.c2
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)