fix typo in comment

This commit is contained in:
tg
2017-11-20 02:32:32 +00:00
parent 8fe6311a01
commit 11953c9605

View File

@@ -38,7 +38,7 @@
#endif #endif
#endif #endif
__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.350 2017/05/05 22:53:28 tg Exp $"); __RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.351 2017/11/20 02:32:32 tg Exp $");
#if HAVE_KILLPG #if HAVE_KILLPG
/* /*
@@ -3533,7 +3533,7 @@ c_cat(const char **wp)
continue; continue;
} }
if (errno == EPIPE) { if (errno == EPIPE) {
/* fake receiving signel */ /* fake receiving signal */
rv = ksh_sigmask(SIGPIPE); rv = ksh_sigmask(SIGPIPE);
} else { } else {
/* an error occured during writing */ /* an error occured during writing */