summaryrefslogtreecommitdiff
path: root/pico/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'pico/osdep')
-rw-r--r--pico/osdep/mswin.h2
-rw-r--r--pico/osdep/truncate.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/pico/osdep/mswin.h b/pico/osdep/mswin.h
index 6482b525..f5ff23ad 100644
--- a/pico/osdep/mswin.h
+++ b/pico/osdep/mswin.h
@@ -324,7 +324,7 @@ int struncmp(char *, char *, int);
#ifdef MSC_MALLOC
/*
* These definitions will disable the SEGHEAP allocation routines, in
- * favor of the compliler libraries usual allocators. This is useful
+ * favor of the compiler libraries usual allocators. This is useful
* when external debugging tools and the SEGHEAP debugging routines step
* on each other...
*/
diff --git a/pico/osdep/truncate.c b/pico/osdep/truncate.c
index 8330338e..6c8e5f59 100644
--- a/pico/osdep/truncate.c
+++ b/pico/osdep/truncate.c
@@ -13,7 +13,7 @@
*
* Tim Rice tim@trr.metro.net Mon Jun 3 16:57:26 PDT 1996
*
- * a quick and dirty trancate()
+ * a quick and dirty truncate()
* Altos System V (5.3.1) does not have one
* neither does SCO Open Server Enterprise 3.0
*