Index: uspace/lib/virtio/virtio.c
===================================================================
--- uspace/lib/virtio/virtio.c	(revision 8591b31e206885d6be362b4e18a8f5cc3266ec67)
+++ uspace/lib/virtio/virtio.c	(revision cf9e949668bc4c4ff556197922b644b9fecc8d0d)
@@ -50,5 +50,5 @@
  *                     buffers.
  *
- * The buffers can be deallocated by virtio_net_teardown_bufs().
+ * The buffers can be deallocated by virtio_teardown_dma_bufs().
  *
  * @return  EOK on success or error code.
@@ -83,5 +83,5 @@
  *
  * @param buf[in]  Array holding the virtual addresses of the DMA buffers
- *                 previously allocated by virtio_net_setup_bufs().
+ *                 previously allocated by virtio_setup_dma_bufs().
  */
 extern void virtio_teardown_dma_bufs(void *buf[])
