Module Name: src
Committed By: msaitoh
Date: Wed Nov 10 15:56:39 UTC 2021
Modified Files:
src/sys/fs/nfs/client: nfs_clcomsubs.c
Log Message:
s/derefernce/dereference/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/fs/nfs/client/nfs_clcomsubs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/fs/nfs/client/nfs_clcomsubs.c
diff -u src/sys/fs/nfs/client/nfs_clcomsubs.c:1.2 src/sys/fs/nfs/client/nfs_clcomsubs.c:1.3
--- src/sys/fs/nfs/client/nfs_clcomsubs.c:1.2 Fri Nov 18 22:58:08 2016
+++ src/sys/fs/nfs/client/nfs_clcomsubs.c Wed Nov 10 15:56:39 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_clcomsubs.c,v 1.2 2016/11/18 22:58:08 pgoyette Exp $ */
+/* $NetBSD: nfs_clcomsubs.c,v 1.3 2021/11/10 15:56:39 msaitoh Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -34,7 +34,7 @@
#include <sys/cdefs.h>
/* __FBSDID("FreeBSD: head/sys/fs/nfsclient/nfs_clcomsubs.c 304026 2016-08-12 22:44:59Z rmacklem "); */
-__RCSID("$NetBSD: nfs_clcomsubs.c,v 1.2 2016/11/18 22:58:08 pgoyette Exp $");
+__RCSID("$NetBSD: nfs_clcomsubs.c,v 1.3 2021/11/10 15:56:39 msaitoh Exp $");
/*
* These functions support the macros and help fiddle mbuf chains for
@@ -569,7 +569,7 @@ nfscl_lockunlock(struct nfsv4lock *lckp)
}
/*
- * Called to derefernce a lock on a stateid (delegation or open owner).
+ * Called to dereference a lock on a stateid (delegation or open owner).
*/
APPLESTATIC void
nfscl_lockderef(struct nfsv4lock *lckp)