Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-11-06 01:11:37 +0300
committerChristopher Faylor <me@cgf.cx>2000-11-06 01:11:37 +0300
commite0997f5a0f47ef8af016a6358ebfadbb161c8c56 (patch)
treea4ed4ff37c17f66644d4bbcfb99aac9d404ff54b /newlib/libc/include
parent95101076e5bea1252d941dedf275673aff510b88 (diff)
Fix spelling error.
Diffstat (limited to 'newlib/libc/include')
-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 4f4119937..478531023 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 */