diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/vfs_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 27f10ee..277cf7b 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -39,7 +39,7 @@ #define FNV_PRIME 1099511628211ULL /* - * 32-bit FNV-1a hash function + * FNV-1a hash function * https://en.wikipedia.org/wiki/Fowler–Noll–Vo_hash_function */ static size_t |