diff options
| author | Karl Heuer | 1994-11-14 18:06:28 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-11-14 18:06:28 +0000 |
| commit | 49b862cf0587b5db2d82121d14d3caef3f28864a (patch) | |
| tree | b45cbf1ab51eb0a5531bcbc28a9d4d4ea77b9621 /src/s | |
| parent | ea199426bb18d98a91145555c8c222477dfaa8ba (diff) | |
| download | emacs-49b862cf0587b5db2d82121d14d3caef3f28864a.tar.gz emacs-49b862cf0587b5db2d82121d14d3caef3f28864a.zip | |
Fix typos in comment.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/isc2-2.h | 2 |
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 |