summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2015-09-12 13:50:55 +0000
committerjoerg <joerg@NetBSD.org>2015-09-12 13:50:55 +0000
commitbbf07292dbff63c73cd2696a083cfb140f3bb4b8 (patch)
tree8c6ef7a4f6b4790255d28f95fcee7e712efad82e
parent0e32a76bc3c281ef9dd60838b0698334cbba1bc8 (diff)
Typo
-rw-r--r--usr.sbin/nfsd/nfsd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/nfsd/nfsd.c b/usr.sbin/nfsd/nfsd.c
index afb17577acf..04bc57787ab 100644
--- a/usr.sbin/nfsd/nfsd.c
+++ b/usr.sbin/nfsd/nfsd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: nfsd.c,v 1.63 2014/12/05 19:24:41 christos Exp $ */
+/* $NetBSD: nfsd.c,v 1.64 2015/09/12 13:50:55 joerg Exp $ */
/*
* Copyright (c) 1989, 1993, 1994
@@ -42,7 +42,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993, 1994\
#if 0
static char sccsid[] = "@(#)nfsd.c 8.9 (Berkeley) 3/29/95";
#else
-__RCSID("$NetBSD: nfsd.c,v 1.63 2014/12/05 19:24:41 christos Exp $");
+__RCSID("$NetBSD: nfsd.c,v 1.64 2015/09/12 13:50:55 joerg Exp $");
#endif
#endif /* not lint */
@@ -274,7 +274,7 @@ daemon2_fork(void)
int detach_msg_pipe[2];
/*
- * Set up a pipe for singalling the parent, making sure the
+ * Set up a pipe for signalling the parent, making sure the
* write end does not get allocated one of the file
* descriptors that may be closed in daemon2_detach(). The
* read end does not need such protection.