From e4301e1709722afc4fa75dec0747d37a01496061 Mon Sep 17 00:00:00 2001 From: Rick Macklem 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 */