Skip to content

Commit d642de5

Browse files
authored
Merge pull request #30 from visitorckw/master
Fix typo
2 parents 8e61456 + a72b217 commit d642de5

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)