Jelajahi Sumber

fixed '.text' sections to be singular

Ruth Grace Wong 9 tahun lalu
induk
melakukan
cf05f092bf
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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