Fix spelling error.

This commit is contained in:
Christopher Faylor 2000-11-05 22:11:37 +00:00
parent 95101076e5
commit e0997f5a0f
1 changed files with 1 additions and 1 deletions

View File

@ -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 */