aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_subr.c
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-02-29 09:32:54 -0500
committerIan Moffett <ian@osmora.org>2024-02-29 09:32:54 -0500
commit04c1af796571245635e5b6627b29840a7420b60c (patch)
treecd76585a94c44af9f04a881a78d7d99507458ad0 /sys/kern/vfs_subr.c
parent8468f515530ee8974ff42d8fdbdc6eb65fbe35ec (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.c2
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