Skip to content

Commit c1645ed

Browse files
committed
Fixed typo in README.md
'xdd' should be 'xxd'
1 parent f8bd5e4 commit c1645ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

12-kernel-c/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ generates machine code without any labels and/or metadata
3737

3838
*Note: a warning may appear when linking, disregard it*
3939

40-
Now examine both "binary" files, `function.o` and `function.bin` using `xdd`. You
40+
Now examine both "binary" files, `function.o` and `function.bin` using `xxd`. You
4141
will see that the `.bin` file is machine code, while the `.o` file has a lot
4242
of debugging information, labels, etc.
4343

0 commit comments

Comments
 (0)