aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-11-14 18:06:28 +0000
committerKarl Heuer1994-11-14 18:06:28 +0000
commit49b862cf0587b5db2d82121d14d3caef3f28864a (patch)
treeb45cbf1ab51eb0a5531bcbc28a9d4d4ea77b9621
parentea199426bb18d98a91145555c8c222477dfaa8ba (diff)
downloademacs-49b862cf0587b5db2d82121d14d3caef3f28864a.tar.gz
emacs-49b862cf0587b5db2d82121d14d3caef3f28864a.zip
Fix typos in comment.
-rw-r--r--src/s/isc2-2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/isc2-2.h b/src/s/isc2-2.h
index a9f3304b8d2..d825358e361 100644
--- a/src/s/isc2-2.h
+++ b/src/s/isc2-2.h
@@ -35,7 +35,7 @@
35#define SIGNALS_VIA_CHARACTERS 35#define SIGNALS_VIA_CHARACTERS
36 36
37/* -lPW is only needed if not using Gcc. We used to include -lcposix here 37/* -lPW is only needed if not using Gcc. We used to include -lcposix here
38 for the rename function, but some pepople saus ISC's renames doesn't 38 for the rename function, but some people say ISC's rename doesn't
39 work correctly with Emacs so we use Emacs' emulation instead. */ 39 work correctly with Emacs so we use Emacs' emulation instead. */
40#if defined (__GNUC__) 40#if defined (__GNUC__)
41# define LIB_STANDARD -lcposix -lc 41# define LIB_STANDARD -lcposix -lc