diff options
author | Ian Moffett <ian@osmora.org> | 2024-02-29 09:32:54 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-02-29 09:32:54 -0500 |
commit | 04c1af796571245635e5b6627b29840a7420b60c (patch) | |
tree | cd76585a94c44af9f04a881a78d7d99507458ad0 /sys/kern/vfs_subr.c | |
parent | 8468f515530ee8974ff42d8fdbdc6eb65fbe35ec (diff) |
kernel: vfs_subr: Update comment
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/kern/vfs_subr.c')
-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 |