summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen/netback/netback.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/xen/netback/netback.c')
-rw-r--r--sys/dev/xen/netback/netback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xen/netback/netback.c b/sys/dev/xen/netback/netback.c
index b00daf0..77bef5e 100644
--- a/sys/dev/xen/netback/netback.c
+++ b/sys/dev/xen/netback/netback.c
@@ -1816,7 +1816,7 @@ xnb_recv(netif_tx_back_ring_t *txb, domid_t otherend, struct mbuf **mbufc,
/*
* if we got here, then 1 or more requests was consumed, but the packet
- * is not necesarily valid.
+ * is not necessarily valid.
*/
if (xnb_pkt_is_valid(&pkt) == 0) {
/* got a garbage packet, respond and drop it */
OpenPOWER on IntegriCloud