net/txgbe: fix queue statistics mapping
[dpdk.git] / drivers / crypto / virtio / virtqueue.h
index bf10c65..c96ca62 100644 (file)
@@ -145,7 +145,7 @@ virtqueue_notify(struct virtqueue *vq)
 {
        /*
         * Ensure updated avail->idx is visible to host.
-        * For virtio on IA, the notificaiton is through io port operation
+        * For virtio on IA, the notification is through io port operation
         * which is a serialization instruction itself.
         */
        VTPCI_OPS(vq->hw)->notify_queue(vq->hw, vq);