summaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2007-02-26 03:38:26 +0000
committerGisle Vanem <gvanem@broadpark.no>2007-02-26 03:38:26 +0000
commitd165bed2d68562ea1c7180cad140891da855bedb (patch)
treee76c9f1497c1e777757bf73e1c44d0ec29f317ea /lib/setup.h
parent802a5b618ee14e35ab37321a0ceeea9bb255129f (diff)
downloadcurl-d165bed2d68562ea1c7180cad140891da855bedb.tar.gz
Fix typo.
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/setup.h b/lib/setup.h
index bd60db09d..007df45a2 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -167,7 +167,7 @@
#endif
/*
- * PellesC cludge section (yikes);
+ * PellesC kludge section (yikes);
* - It has 'ssize_t', but it is in <unistd.h>. The way the headers
* on Win32 are included, forces me to include this header here.
* - sys_nerr, EINTR is missing in v4.0 or older.
@@ -182,7 +182,7 @@
#endif
/*
- * Salford-C cludge section (mostly borrowed from wxWidgets).
+ * Salford-C kludge section (mostly borrowed from wxWidgets).
*/
#ifdef __SALFORDC__
#pragma suppress 353 /* Possible nested comments */