diff options
author | Wei Liu <wei.liu2@citrix.com> | 2011-12-05 21:04:50 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-12-06 13:20:56 -0500 |
commit | e34c0246d691b2ed4e6622ca7132c3c5ec156ca7 (patch) | |
tree | fde3ffbf08bdefa8c799f14edaf056aae07f1f0f /drivers/net/xen-netback | |
parent | 16ecba2605a3bbd374cd993e532264e2d8de49e5 (diff) |
netback: fix typo in comment
"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>
Diffstat (limited to 'drivers/net/xen-netback')
-rw-r--r-- | drivers/net/xen-netback/netback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/xen-netback/netback.c b/drivers/net/xen-netback/netback.c index ca0370e90cf9..d2ffe9cd29c3 100644 --- a/drivers/net/xen-netback/netback.c +++ b/drivers/net/xen-netback/netback.c | |||
@@ -395,7 +395,7 @@ static void netbk_gop_frag_copy(struct xenvif *vif, struct sk_buff *skb, | |||
395 | struct gnttab_copy *copy_gop; | 395 | struct gnttab_copy *copy_gop; |
396 | struct netbk_rx_meta *meta; | 396 | struct netbk_rx_meta *meta; |
397 | /* | 397 | /* |
398 | * These variables a used iff get_page_ext returns true, | 398 | * These variables are used iff get_page_ext returns true, |
399 | * in which case they are guaranteed to be initialized. | 399 | * in which case they are guaranteed to be initialized. |
400 | */ | 400 | */ |
401 | unsigned int uninitialized_var(group), uninitialized_var(idx); | 401 | unsigned int uninitialized_var(group), uninitialized_var(idx); |