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

ipvs: fix spelling mistake "to" -> "too"

There is a spelling mistake in a IP_VS_ERR_RL message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Colin Ian King and committed by
David S. Miller
971485a0 959b1825

+1 -1
+1 -1
net/netfilter/ipvs/ip_vs_sync.c
··· 1239 1239 1240 1240 p = msg_end; 1241 1241 if (p + sizeof(s->v4) > buffer+buflen) { 1242 - IP_VS_ERR_RL("BACKUP, Dropping buffer, to small\n"); 1242 + IP_VS_ERR_RL("BACKUP, Dropping buffer, too small\n"); 1243 1243 return; 1244 1244 } 1245 1245 s = (union ip_vs_sync_conn *)p;