Source-Changes-HG archive

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

[src/trunk]: src/sys/fs/nfs/client s/derefernce/dereference/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/3fd2eda0ea0c
branches:  trunk
changeset: 1025515:3fd2eda0ea0c
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Nov 10 15:56:39 2021 +0000

description:
s/derefernce/dereference/ in comment.

diffstat:

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

diffs (27 lines):

diff -r 1710583aef14 -r 3fd2eda0ea0c sys/fs/nfs/client/nfs_clcomsubs.c
--- a/sys/fs/nfs/client/nfs_clcomsubs.c Wed Nov 10 15:55:35 2021 +0000
+++ b/sys/fs/nfs/client/nfs_clcomsubs.c Wed Nov 10 15:56:39 2021 +0000
@@ -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 @@
 }
 
 /*
- * 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)



Home | Main Index | Thread Index | Old Index