|
@@ -63,7 +63,7 @@ struct virtqueue;
|
|
|
/*
|
|
/*
|
|
|
* Creates a virtqueue and allocates the descriptor ring. If
|
|
* Creates a virtqueue and allocates the descriptor ring. If
|
|
|
* may_reduce_num is set, then this may allocate a smaller ring than
|
|
* may_reduce_num is set, then this may allocate a smaller ring than
|
|
|
- * expected. The caller should query virtqueue_get_ring_size to learn
|
|
|
|
|
|
|
+ * expected. The caller should query virtqueue_get_vring_size to learn
|
|
|
* the actual size of the ring.
|
|
* the actual size of the ring.
|
|
|
*/
|
|
*/
|
|
|
struct virtqueue *vring_create_virtqueue(unsigned int index,
|
|
struct virtqueue *vring_create_virtqueue(unsigned int index,
|