浏览代码

Typo. Closes #28

Carlos Fenollosa 7 年之前
父节点
当前提交
db4ae5b87f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      01-bootsector-barebones/README.md

+ 1 - 1
01-bootsector-barebones/README.md

@@ -25,7 +25,7 @@ e9 fd ff 00 00 00 00 00 00 00 00 00 00 00 00 00
 ```
 
 It is basically all zeros, ending with the 16-bit value
-`0xAA55` (beware of indianness, x86 is little-endian). 
+`0xAA55` (beware of endianness, x86 is little-endian). 
 The first three bytes perform an infinite jump
 
 Simplest boot sector ever