Skip to content

Commit e14d57d

Browse files
committed
Fixing verb tense
Changed 'valid' to 'validate'
1 parent 282684e commit e14d57d

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
@@ -68,7 +68,7 @@ struct multiboot_info {
6868
};
6969
```
7070

71-
You can use the command ```mbchk kernel.elf``` to valid your kernel.elf file with the multiboot standard. You also use the command ```nm -n kernel.elf``` to valid the offset of the differents objects in the ELF binary.
71+
You can use the command ```mbchk kernel.elf``` to valid your kernel.elf file with the multiboot standard. You also use the command ```nm -n kernel.elf``` to validate the offset of the differents objects in the ELF binary.
7272

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

0 commit comments

Comments
 (0)