aboutsummaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-11-05 22:11:37 +0000
committerChristopher Faylor <me@cgf.cx>2000-11-05 22:11:37 +0000
commite0997f5a0f47ef8af016a6358ebfadbb161c8c56 (patch)
treea4ed4ff37c17f66644d4bbcfb99aac9d404ff54b /newlib
parent95101076e5bea1252d941dedf275673aff510b88 (diff)
downloadnewlib-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.h2
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 */