summaryrefslogtreecommitdiffstats
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-07-08 21:42:59 +0000
committerats <ats@FreeBSD.org>1995-07-08 21:42:59 +0000
commitbb114085bf5bb6b68586a1d9bd0c4f3a31e32033 (patch)
tree2db56820706bc30df4cb8b3d08689baea6ffcf9f /gnu/usr.sbin
parent887812a0a815991756100b6ed0c14758ca43bc25 (diff)
downloadFreeBSD-src-bb114085bf5bb6b68586a1d9bd0c4f3a31e32033.zip
FreeBSD-src-bb114085bf5bb6b68586a1d9bd0c4f3a31e32033.tar.gz
Fix two typos in a comment.
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/ypserv/yp_svc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.sbin/ypserv/yp_svc.c b/gnu/usr.sbin/ypserv/yp_svc.c
index 8abb349..cf48acd 100644
--- a/gnu/usr.sbin/ypserv/yp_svc.c
+++ b/gnu/usr.sbin/ypserv/yp_svc.c
@@ -6,7 +6,7 @@
* And thus replied Lpd@NannyMUD:
* Who cares? :-) /Peter Eriksson <pen@signum.se>
*
- * $Id: yp_svc.c,v 1.3 1995/05/30 05:05:37 rgrimes Exp $
+ * $Id: yp_svc.c,v 1.4 1995/07/04 21:58:38 wpaul Exp $
*/
#include "system.h"
@@ -316,8 +316,8 @@ int main(int argc, char **argv)
}
/*
- * Ignore SIGPIPEs. They can hurt us is someone does a ypcat
- * and then hits CTRL-C before it terminales.
+ * Ignore SIGPIPEs. They can hurt us if someone does a ypcat
+ * and then hits CTRL-C before it terminates.
*/
signal(SIGPIPE, SIG_IGN);
OpenPOWER on IntegriCloud