diff options
author | 2003-06-01 05:23:23 +0000 | |
---|---|---|
committer | 2003-06-01 05:23:23 +0000 | |
commit | 94bdd0537bb997c17481cf3c9fab4de7c9d81ff9 (patch) | |
tree | 28c8f207efcaff4697b7872e11b9ff777aa8bdd5 | |
parent | Typo in panic message. (diff) | |
download | wireguard-openbsd-94bdd0537bb997c17481cf3c9fab4de7c9d81ff9.tar.xz wireguard-openbsd-94bdd0537bb997c17481cf3c9fab4de7c9d81ff9.zip |
spelling, prelevant -> prevalent
-rw-r--r-- | sys/sys/hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/hash.h b/sys/sys/hash.h index 99db021421d..d391bf90f0a 100644 --- a/sys/sys/hash.h +++ b/sys/sys/hash.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hash.h,v 1.1 2002/06/11 22:27:03 ericj Exp $ */ +/* $OpenBSD: hash.h,v 1.2 2003/06/01 05:23:23 tedu Exp $ */ /* * Copyright (c) 2001 Tobias Weingartner @@ -38,7 +38,7 @@ * Note: SMALL_KERNEL might be used to shrink these, right now I * do not see the point, as my kernel did not grow appreciably when * I switched to these from other inline code. This may have to be - * revisited when/if these functions become more prelevant in the + * revisited when/if these functions become more prevalant in the * kernel. */ |