Source-Changes-HG archive

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

[src/trunk]: src/sys/nfs typo in comment



details:   https://anonhg.NetBSD.org/src/rev/51ec88426983
branches:  trunk
changeset: 789647:51ec88426983
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri Aug 30 07:25:43 2013 +0000

description:
typo in comment

diffstat:

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

diffs (27 lines):

diff -r e084b7b088e9 -r 51ec88426983 sys/nfs/nfs_export.c
--- a/sys/nfs/nfs_export.c      Thu Aug 29 21:54:11 2013 +0000
+++ b/sys/nfs/nfs_export.c      Fri Aug 30 07:25:43 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfs_export.c,v 1.51 2011/09/27 01:07:38 christos Exp $ */
+/*     $NetBSD: nfs_export.c,v 1.52 2013/08/30 07:25:43 dholland Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998, 2004, 2005, 2008 The NetBSD Foundation, Inc.
@@ -77,7 +77,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nfs_export.c,v 1.51 2011/09/27 01:07:38 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfs_export.c,v 1.52 2013/08/30 07:25:43 dholland Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -172,7 +172,7 @@
  *
  * Releases NFS exports list resources if the given mount point has some.
  * As allocation happens lazily, it may be that it doesn't has this
- * information, although it theorically should.
+ * information, although it theoretically should.
  */
 static void
 netexport_unmount(struct mount *mp)



Home | Main Index | Thread Index | Old Index