diff options
Diffstat (limited to 'virtio-ring.h')
-rw-r--r-- | virtio-ring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtio-ring.h b/virtio-ring.h index aa01d92..5a1e87d 100644 --- a/virtio-ring.h +++ b/virtio-ring.h @@ -53,7 +53,7 @@ /* Support for indirect descriptors */ #define VIRTIO_F_INDIRECT_DESC 28 -/* Support for avail_idx and used_idx fields */ +/* Support for avail_event and used_event fields */ #define VIRTIO_F_EVENT_IDX 29 /* Arbitrary descriptor layouts. */ |