소스 검색

Fixed typo in README.md

'xdd' should be 'xxd'
Ghifari160 7 년 전
부모
커밋
c1645ed6ff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      12-kernel-c/README.md

+ 1 - 1
12-kernel-c/README.md

@@ -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.