diff options
author | Christopher Faylor <me@cgf.cx> | 2000-11-05 22:11:37 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-11-05 22:11:37 +0000 |
commit | e0997f5a0f47ef8af016a6358ebfadbb161c8c56 (patch) | |
tree | a4ed4ff37c17f66644d4bbcfb99aac9d404ff54b /newlib | |
parent | 95101076e5bea1252d941dedf275673aff510b88 (diff) | |
download | newlib-e0997f5a0f47ef8af016a6358ebfadbb161c8c56.zip newlib-e0997f5a0f47ef8af016a6358ebfadbb161c8c56.tar.gz newlib-e0997f5a0f47ef8af016a6358ebfadbb161c8c56.tar.bz2 |
Fix spelling error.
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/libc/include/sys/signal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/signal.h b/newlib/libc/include/sys/signal.h index 4f41199..4785310 100644 --- a/newlib/libc/include/sys/signal.h +++ b/newlib/libc/include/sys/signal.h @@ -86,7 +86,7 @@ int _EXFUN(sigpause, (int)); #define SIGUSR1 18 #define SIGUSR2 19 #define NSIG 20 -#elif defined(__CYGWIN__) /* BSD signals symantics */ +#elif defined(__CYGWIN__) /* BSD signals semantics */ #define SIGHUP 1 /* hangup */ #define SIGINT 2 /* interrupt */ #define SIGQUIT 3 /* quit */ |