From 0b3ffe7c64a4a82ec0d8c20a3207d902fcf924ce Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Wed, 18 Aug 2010 09:48:31 +1000 Subject: [PATCH] --- yaml --- r: 215998 b: refs/heads/master c: 3d529946ce292336793b85198bd59afc75e16bd4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/jhash.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 98dd4085bd0c..69bd020a9949 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c84e032e145775032fa9078b55e6333dd866603b +refs/heads/master: 3d529946ce292336793b85198bd59afc75e16bd4 diff --git a/trunk/include/linux/jhash.h b/trunk/include/linux/jhash.h index 2a2f99fbcb16..ced1159fa4f2 100644 --- a/trunk/include/linux/jhash.h +++ b/trunk/include/linux/jhash.h @@ -116,7 +116,7 @@ static inline u32 jhash2(const u32 *k, u32 length, u32 initval) /* A special ultra-optimized versions that knows they are hashing exactly * 3, 2 or 1 word(s). * - * NOTE: In partilar the "c += length; __jhash_mix(a,b,c);" normally + * NOTE: In particular the "c += length; __jhash_mix(a,b,c);" normally * done at the end is not done here. */ static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval)