diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c index b3e450001e6..0b5913ef5ef 100644 --- a/sys/kern/vfs_cache.c +++ b/sys/kern/vfs_cache.c @@ -2588,7 +2588,7 @@ out_unlock_free: * * TODO: this routine is a hack. It blindly removes the old entry, even if it * happens to match and it is doing it in an inefficient manner. It was added - * to accomodate NFS which runs into a case where the target for a given name + * to accommodate NFS which runs into a case where the target for a given name * may change from under it. Note this does nothing to solve the following * race: 2 callers of cache_enter_time_flags pass a different target vnode for * the same [dvp, cnp]. It may be argued that code doing this is broken. diff --git a/sys/kern/vfs_lookup.c b/sys/kern/vfs_lookup.c index 729c1922ee8..b1eae2a7385 100644 --- a/sys/kern/vfs_lookup.c +++ b/sys/kern/vfs_lookup.c @@ -1670,7 +1670,7 @@ NDVALIDATE(struct nameidata *ndp) case DELETE: case RENAME: /* - * Some filesystems set SAVENAME to provoke HASBUF, accomodate + * Some filesystems set SAVENAME to provoke HASBUF, accommodate * for it until it gets fixed. */ orig &= NDMODIFYINGFLAGS;