A minor typo fix, change "too" to "two" Signed-off-by: Xueshi Hu <xueshi.hu@xxxxxxxxxx> --- virtio/blk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtio/blk.c b/virtio/blk.c index a58c7452f97b..225e40ca8f7d 100644 --- a/virtio/blk.c +++ b/virtio/blk.c @@ -23,7 +23,7 @@ #define VIRTIO_BLK_MAX_DEV 4 /* - * the header and status consume too entries + * the header and status consume two entries */ #define DISK_SEG_MAX (VIRTIO_BLK_QUEUE_SIZE - 2) #define VIRTIO_BLK_QUEUE_SIZE 256 -- 2.40.1