diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-04-17 11:56:11 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-04-17 11:56:11 +0000 |
| commit | a8b5c2a0aaefc6ab05dbb3dc75c2b3725eb5cbd0 (patch) | |
| tree | f1bfa7d25cbf9018e3859351997fcb2d758ee2af /sys/dev/xen/netback | |
| parent | 84a17a97ced7c644c540ff2ca3ad5b361f58f060 (diff) | |
Notes
Diffstat (limited to 'sys/dev/xen/netback')
| -rw-r--r-- | sys/dev/xen/netback/netback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xen/netback/netback.c b/sys/dev/xen/netback/netback.c index 77bef5e41415..4c78113106e2 100644 --- a/sys/dev/xen/netback/netback.c +++ b/sys/dev/xen/netback/netback.c @@ -1811,7 +1811,7 @@ xnb_recv(netif_tx_back_ring_t *txb, domid_t otherend, struct mbuf **mbufc, if (num_consumed == 0) return 0; /* Nothing to receive */ - /* update statistics indepdent of errors */ + /* update statistics independent of errors */ ifnet->if_ipackets++; /* |
