Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/nfs tyop in comment, from Eivind Evensen via OpenBSD



details:   https://anonhg.NetBSD.org/src/rev/6a253d4449e4
branches:  trunk
changeset: 789900:6a253d4449e4
user:      drochner <drochner%NetBSD.org@localhost>
date:      Thu Sep 12 18:00:18 2013 +0000

description:
tyop in comment, from Eivind Evensen via OpenBSD

diffstat:

 sys/nfs/nfs_bootparam.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 65dc98575962 -r 6a253d4449e4 sys/nfs/nfs_bootparam.c
--- a/sys/nfs/nfs_bootparam.c   Thu Sep 12 17:14:20 2013 +0000
+++ b/sys/nfs/nfs_bootparam.c   Thu Sep 12 18:00:18 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfs_bootparam.c,v 1.37 2010/03/21 00:10:40 chs Exp $   */
+/*     $NetBSD: nfs_bootparam.c,v 1.38 2013/09/12 18:00:18 drochner Exp $      */
 
 /*-
  * Copyright (c) 1995, 1997 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nfs_bootparam.c,v 1.37 2010/03/21 00:10:40 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfs_bootparam.c,v 1.38 2013/09/12 18:00:18 drochner Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_nfs_boot.h"
@@ -101,7 +101,7 @@
  * Use the old broadcast address for the WHOAMI
  * call because we do not yet know our netmask.
  * The server address returned by the WHOAMI call
- * is used for all subsequent booptaram RPCs.
+ * is used for all subsequent bootparam RPCs.
  */
 int
 nfs_bootparam(struct nfs_diskless *nd, struct lwp *lwp, int *flags)



Home | Main Index | Thread Index | Old Index