Skip to content

Commit

Permalink
Fixed typo in README.md
Browse files Browse the repository at this point in the history
'xdd' should be 'xxd'
  • Loading branch information
Ghifari160 committed Mar 3, 2018
1 parent f8bd5e4 commit c1645ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 12-kernel-c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ generates machine code without any labels and/or metadata

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

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

Expand Down

0 comments on commit c1645ed

Please sign in to comment.