Skip to content

Commit a72b217

Browse files
committed
Fix typo
1 parent 8e61456 commit a72b217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtio-blk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ uint32_t *virtio_blk_init(virtio_blk_state_t *vblk, char *disk_file)
433433
{
434434
if (vblk_dev_cnt >= VBLK_DEV_CNT_MAX) {
435435
fprintf(stderr,
436-
"Excedded the number of virtio-blk device can be allocated.\n");
436+
"Exceeded the number of virtio-blk devices that can be allocated.\n");
437437
exit(2);
438438
}
439439

0 commit comments

Comments
 (0)