Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 May 2011 13:12:09 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r221986 - head/sys/nfsclient
Message-ID:  <201105161312.p4GDC9Zj083425@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rmacklem
Date: Mon May 16 13:12:09 2011
New Revision: 221986
URL: http://svn.freebsd.org/changeset/base/221986

Log:
  Fix a comment that got missed by r221973 which changed
  the sysctl naming for the old NFS client to vfs.oldnfs.

Modified:
  head/sys/nfsclient/nfs.h

Modified: head/sys/nfsclient/nfs.h
==============================================================================
--- head/sys/nfsclient/nfs.h	Mon May 16 12:11:29 2011	(r221985)
+++ head/sys/nfsclient/nfs.h	Mon May 16 13:12:09 2011	(r221986)
@@ -107,7 +107,7 @@
 #endif
 
 /*
- * vfs.nfs sysctl(3) identifiers
+ * vfs.oldnfs sysctl(3) identifiers
  */
 #define NFS_NFSSTATS	1		/* struct: struct nfsstats */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105161312.p4GDC9Zj083425>