summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_cache.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-29 22:15:33 +0000
committerpfg <pfg@FreeBSD.org>2016-04-29 22:15:33 +0000
commit28823d06561e2e9911180b17a57e05ff19d7cbf6 (patch)
treec122a8a0b414336407a6c53c58daa7d7aa423532 /sys/kern/vfs_cache.c
parent9c2f5157e79ad3b61010120d7f03c4d3223d3c38 (diff)
downloadFreeBSD-src-28823d06561e2e9911180b17a57e05ff19d7cbf6.zip
FreeBSD-src-28823d06561e2e9911180b17a57e05ff19d7cbf6.tar.gz
sys/kern: spelling fixes in comments.
No functional change.
Diffstat (limited to 'sys/kern/vfs_cache.c')
-rw-r--r--sys/kern/vfs_cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c
index bfed116..ac46856 100644
--- a/sys/kern/vfs_cache.c
+++ b/sys/kern/vfs_cache.c
@@ -150,7 +150,7 @@ struct namecache_ts {
*/
/*
- * Structures associated with name cacheing.
+ * Structures associated with name caching.
*/
#define NCHHASH(hash) \
(&nchashtbl[(hash) & nchash])
@@ -485,7 +485,7 @@ cache_zap(struct namecache *ncp)
* cnp pointing to the name of the entry being sought. If the lookup
* succeeds, the vnode is returned in *vpp, and a status of -1 is
* returned. If the lookup determines that the name does not exist
- * (negative cacheing), a status of ENOENT is returned. If the lookup
+ * (negative caching), a status of ENOENT is returned. If the lookup
* fails, a status of zero is returned. If the directory vnode is
* recycled out from under us due to a forced unmount, a status of
* ENOENT is returned.
OpenPOWER on IntegriCloud