LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: [Patch] Spelling

To: Horms <horms@xxxxxxxxxxxx>
Subject: Re: [Patch] Spelling
Cc: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Cc: "David S. Miller" <davem@xxxxxxxxxxxxx>
From: Wensong Zhang <wensong@xxxxxxxxxxxx>
Date: Mon, 14 Feb 2005 23:48:50 +0800 (CST)


Horms, thanks a lot for correcting my typos.

Dave, please apply this spelling fix to ipvs code in both 2.4 and 2.6.

Thanks,

Wensong

On Mon, 14 Feb 2005, Horms wrote:

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>