LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

[Patch] Spelling

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: [Patch] Spelling
Cc: Wensong Zhang <wensong@xxxxxxxxxxxx>
Cc: "David S. Miller" <davem@xxxxxxxxxxxxx>
From: Horms <horms@xxxxxxxxxxxx>
Date: Mon, 14 Feb 2005 17:53:27 +0900
I noticed some minor spelling errors in some comments for LVS.
Which is funny, because I can't spell :)

-- 
Horms

===== net/ipv4/ipvs/ip_vs_wrr.c 1.2 vs edited =====
--- 1.2/net/ipv4/ipvs/ip_vs_wrr.c       2004-02-19 06:03:17 +09:00
+++ edited/net/ipv4/ipvs/ip_vs_wrr.c    2005-02-14 17:49:33 +09: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;
===== net/ipv4/ipvs/ip_vs_core.c 1.2 vs edited =====
--- 1.2/net/ipv4/ipvs/ip_vs_core.c      2005-01-11 05:19:08 +09:00
+++ edited/net/ipv4/ipvs/ip_vs_core.c   2005-02-14 17:50:20 +09: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 */

<Prev in Thread] Current Thread [Next in Thread>