[IPVS]: Fix comment typos.
Linux Kernel Mailing List <[email protected]> Thu, 10 Mar 2005 04:30:01 +0000
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
ChangeSet 1.1448.127.2, 2005/03/09 20:30:01-08:00, [email protected] [IPVS]: Fix comment typos. Signed-off-by: David S. Miller <[email protected]> ip_vs_core.c | 2 +- ip_vs_wrr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/net/ipv4/ipvs/ip_vs_core.c b/net/ipv4/ipvs/ip_vs_core.c --- a/net/ipv4/ipvs/ip_vs_core.c 2005-03-25 17:03:09 -08:00 +++ b/net/ipv4/ipvs/ip_vs_core.c 2005-03-25 17:03:09 -08:00 @@ -1106,7 +1106,7 @@ /* Check the server status */ if (cp->dest && !(cp->dest->flags & IP_VS_DEST_F_AVAILABLE)) { - /* the destination server is not availabe */ + /* the destination server is not available */ if (sysctl_ip_vs_expire_nodest_conn) { /* try to expire the connection immediately */ diff -Nru a/net/ipv4/ipvs/ip_vs_wrr.c b/net/ipv4/ipvs/ip_vs_wrr.c --- a/net/ipv4/ipvs/ip_vs_wrr.c 2005-03-25 17:03:09 -08:00 +++ b/net/ipv4/ipvs/ip_vs_wrr.c 2005-03-25 17:03:09 -08:00 @@ -175,7 +175,7 @@ if (mark->cw <= 0) { mark->cw = mark->mw; /* - * Still zero, which means no availabe servers. + * Still zero, which means no available servers. */ if (mark->cw == 0) { mark->cl = &svc->destinations;