Commit 971485a0 authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

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



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

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 959b1825
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1239,7 +1239,7 @@ static void ip_vs_process_message(struct netns_ipvs *ipvs, __u8 *buffer,


			p = msg_end;
			p = msg_end;
			if (p + sizeof(s->v4) > buffer+buflen) {
			if (p + sizeof(s->v4) > buffer+buflen) {
				IP_VS_ERR_RL("BACKUP, Dropping buffer, to small\n");
				IP_VS_ERR_RL("BACKUP, Dropping buffer, too small\n");
				return;
				return;
			}
			}
			s = (union ip_vs_sync_conn *)p;
			s = (union ip_vs_sync_conn *)p;