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

lib: ratelimit: fix spelling mistake 'seperately'

Corrects a spelling mistake in a comment in ratelimit.c where 'seperately'
was used instead of 'separately'.

Link: https://lkml.kernel.org/r/20251119101144.3175-1-a0979625527@icloud.com
Signed-off-by: Chia-Liang Wang <a0979652527@icloud.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Chia-Liang Wang and committed by
Andrew Morton
ff713698 2fe869ec

+1 -1
+1 -1
lib/ratelimit.c
··· 27 27 int ___ratelimit(struct ratelimit_state *rs, const char *func) 28 28 { 29 29 /* Paired with WRITE_ONCE() in .proc_handler(). 30 - * Changing two values seperately could be inconsistent 30 + * Changing two values separately could be inconsistent 31 31 * and some message could be lost. (See: net_ratelimit_state). 32 32 */ 33 33 int interval = READ_ONCE(rs->interval);