net/virtio: fix typo in function name
[dpdk.git] / drivers / net / virtio / virtqueue.c
index 5a8b212..a7d0a9c 100644 (file)
@@ -16,7 +16,7 @@
  * 2) mbuf that hasn't been consued by backend.
  */
 struct rte_mbuf *
-virtqueue_detatch_unused(struct virtqueue *vq)
+virtqueue_detach_unused(struct virtqueue *vq)
 {
        struct rte_mbuf *cookie;
        struct virtio_hw *hw;