Преглед на файлове

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