Skip to content

Commit 1c027ce

Browse files
committed
Update README.md
correct typo
1 parent 3c28fee commit 1c027ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter-3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You can use the command ```mbchk kernel.elf``` to validate your kernel.elf file
7272

7373
#### Create a disk image for our kernel and grub
7474

75-
The script [diskimage.sh](https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System/blob/master/src/sdk/diskimage.sh) will generate a hard disk image than can be used by QEMU.
75+
The script [diskimage.sh](https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System/blob/master/src/sdk/diskimage.sh) will generate a hard disk image that can be used by QEMU.
7676

7777
The first step is to create a hard-disk image (c.img) using qemu-img:
7878

0 commit comments

Comments
 (0)