Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/nfsd Typo
details: https://anonhg.NetBSD.org/src/rev/e389e4a2280e
branches: trunk
changeset: 340545:e389e4a2280e
user: joerg <joerg%NetBSD.org@localhost>
date: Sat Sep 12 13:50:55 2015 +0000
description:
Typo
diffstat:
usr.sbin/nfsd/nfsd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r cd95e96bff06 -r e389e4a2280e usr.sbin/nfsd/nfsd.c
--- a/usr.sbin/nfsd/nfsd.c Sat Sep 12 09:49:21 2015 +0000
+++ b/usr.sbin/nfsd/nfsd.c Sat Sep 12 13:50:55 2015 +0000
@@ -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 @@
#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 @@
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.
Home |
Main Index |
Thread Index |
Old Index