summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_lookup.c
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-06-27 21:50:30 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-06-27 21:50:30 +0000
commit2c796ad6408184cf2bb690fa55a4fb5c6a894f35 (patch)
tree858fb401c23b3ea9e4605170ecedd0e8ab60f6f4 /sys/kern/vfs_lookup.c
parent46cba9192e970d80d556791991862b19bea90ea2 (diff)
downloadFreeBSD-src-2c796ad6408184cf2bb690fa55a4fb5c6a894f35.zip
FreeBSD-src-2c796ad6408184cf2bb690fa55a4fb5c6a894f35.tar.gz
MFC r298819:
sys/kern: spelling fixes in comments.
Diffstat (limited to 'sys/kern/vfs_lookup.c')
-rw-r--r--sys/kern/vfs_lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_lookup.c b/sys/kern/vfs_lookup.c
index 8236f32..123ef54 100644
--- a/sys/kern/vfs_lookup.c
+++ b/sys/kern/vfs_lookup.c
@@ -1127,7 +1127,7 @@ NDFREE(struct nameidata *ndp, const u_int flags)
* Determine if there is a suitable alternate filename under the specified
* prefix for the specified path. If the create flag is set, then the
* alternate prefix will be used so long as the parent directory exists.
- * This is used by the various compatiblity ABIs so that Linux binaries prefer
+ * This is used by the various compatibility ABIs so that Linux binaries prefer
* files under /compat/linux for example. The chosen path (whether under
* the prefix or under /) is returned in a kernel malloc'd buffer pointed
* to by pathbuf. The caller is responsible for free'ing the buffer from
OpenPOWER on IntegriCloud