From ac37f80c1dddcee14eb92f937f31d3a146285ab7 Mon Sep 17 00:00:00 2001
From: rmacklem <rmacklem@FreeBSD.org>
Date: Mon, 16 May 2011 13:12:09 +0000
Subject: [PATCH] Fix a comment that got missed by r221973 which changed the
 sysctl naming for the old NFS client to vfs.oldnfs.

---
 sys/nfsclient/nfs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/nfsclient/nfs.h b/sys/nfsclient/nfs.h
index 99b86f85d7a2..22a291a0d89c 100644
--- a/sys/nfsclient/nfs.h
+++ b/sys/nfsclient/nfs.h
@@ -107,7 +107,7 @@
 #endif
 
 /*
- * vfs.nfs sysctl(3) identifiers
+ * vfs.oldnfs sysctl(3) identifiers
  */
 #define NFS_NFSSTATS	1		/* struct: struct nfsstats */