diff options
| author | joerg <joerg@NetBSD.org> | 2015-09-12 13:50:55 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2015-09-12 13:50:55 +0000 |
| commit | bbf07292dbff63c73cd2696a083cfb140f3bb4b8 (patch) | |
| tree | 8c6ef7a4f6b4790255d28f95fcee7e712efad82e | |
| parent | 0e32a76bc3c281ef9dd60838b0698334cbba1bc8 (diff) | |
Typo
| -rw-r--r-- | usr.sbin/nfsd/nfsd.c | 6 |
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. |
