Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

include/linux/bitops.h: spelling s/synomyn/synonym/

Fix a misspelling of "synonym".

Link: https://lkml.kernel.org/r/20210108105305.2028120-1-geert+renesas@glider.be
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Geert Uytterhoeven and committed by
Linus Torvalds
4945cca2 96251a75

+1 -1
+1 -1
include/linux/bitops.h
··· 214 214 * __ffs64 - find first set bit in a 64 bit word 215 215 * @word: The 64 bit word 216 216 * 217 - * On 64 bit arches this is a synomyn for __ffs 217 + * On 64 bit arches this is a synonym for __ffs 218 218 * The result is not defined if no bits are set, so check that @word 219 219 * is non-zero before calling this. 220 220 */