Commit 3d529946ce292336793b85198bd59afc75e16bd4

Authored by Anton Blanchard
Committed by Jiri Kosina
1 parent c84e032e14

Fix spelling mistake in jhash

Fix a spelling mistake.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/linux/jhash.h
... ... @@ -116,7 +116,7 @@
116 116 /* A special ultra-optimized versions that knows they are hashing exactly
117 117 * 3, 2 or 1 word(s).
118 118 *
119   - * NOTE: In partilar the "c += length; __jhash_mix(a,b,c);" normally
  119 + * NOTE: In particular the "c += length; __jhash_mix(a,b,c);" normally
120 120 * done at the end is not done here.
121 121 */
122 122 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval)