]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/virtio/virtqueue.h
net/txgbe: fix queue statistics mapping
[dpdk.git] / drivers / crypto / virtio / virtqueue.h
index bf10c6579b03b1d0ca24247027a456d32d0b53a2..c96ca629921b0d094d28fc2b0657a2ce8599cb29 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);