From 04c1af796571245635e5b6627b29840a7420b60c Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 29 Feb 2024 09:32:54 -0500 Subject: kernel: vfs_subr: Update comment Signed-off-by: Ian Moffett --- sys/kern/vfs_subr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3