diff options
author | Eduardo Chappa <chappa@washington.edu> | 2021-03-28 22:10:03 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2021-03-28 22:10:03 -0600 |
commit | 24f85bc165077c8089d1d79e33c524573b90f68d (patch) | |
tree | 330371f75e9eb6daaf740ddf3606c9769bbc35ba /pico/osdep | |
parent | c5a870b30c43914ed8414b9f54bed3da27057d79 (diff) | |
download | alpine-24f85bc165077c8089d1d79e33c524573b90f68d.tar.xz |
* Many spelling errors corrected by Jens Schleusener. Thank you!
Diffstat (limited to 'pico/osdep')
-rw-r--r-- | pico/osdep/mswin.h | 2 | ||||
-rw-r--r-- | pico/osdep/truncate.c | 2 |
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 * |