瀏覽代碼

fixed '.text' sections to be singular

Ruth Grace Wong 9 年之前
父節點
當前提交
cf05f092bf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Booting/linux-bootstrap-5.md

+ 1 - 1
Booting/linux-bootstrap-5.md

@@ -164,7 +164,7 @@ After it we get `.text` section address and jump to it:
 Last preparation before kernel decompression
 --------------------------------------------------------------------------------
 
-`.text` sections start with the `relocated` label. For the start there is clearing of the `bss` section with:
+The `.text` section starts with the `relocated` label. For the start there is clearing of the `bss` section with:
 
 ```assembly
 	xorl	%eax, %eax