]> Pileus Git - ~andy/linux/commitdiff
netback: fix typo in comment
authorWei Liu <wei.liu2@citrix.com>
Tue, 6 Dec 2011 02:04:50 +0000 (02:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Dec 2011 18:20:56 +0000 (13:20 -0500)
"variables a used" should be "variables are used".

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/xen-netback/netback.c

index ca0370e90cf91b85ace04391fb7eab1210573003..d2ffe9cd29c306a7d848371efd03c1177deac77b 100644 (file)
@@ -395,7 +395,7 @@ static void netbk_gop_frag_copy(struct xenvif *vif, struct sk_buff *skb,
        struct gnttab_copy *copy_gop;
        struct netbk_rx_meta *meta;
        /*
-        * These variables a used iff get_page_ext returns true,
+        * These variables are used iff get_page_ext returns true,
         * in which case they are guaranteed to be initialized.
         */
        unsigned int uninitialized_var(group), uninitialized_var(idx);