]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Fixed typo.
authorGisle Vanem <gvanem@broadpark.no>
Mon, 19 Feb 2007 17:40:36 +0000 (17:40 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Mon, 19 Feb 2007 17:40:36 +0000 (17:40 +0000)
ares/windows_port.c

index d9c358e2f57ee8461a25f1180b0ea0c7efe3d543..02bb4cbf8b2d39a1caa5d1cc32587998854eff9e 100644 (file)
@@ -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)