Correct a typo: occured -> occurred.

This commit is contained in:
Giorgos Keramidas 2003-05-21 20:58:39 +00:00
parent 83f1d733cd
commit 987646d5d3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17049
2 changed files with 2 additions and 2 deletions
en_US.ISO8859-1/books
arch-handbook/boot
developers-handbook/boot

View file

@ -895,7 +895,7 @@ __asm(".previous");</programlisting>
value, the address of announce_sys_init structure, and that is
what the second <literal>__asm</literal> is. The third
<literal>__asm</literal> instruction marks the end of a section.
If a directive with the same section name occured before, the
If a directive with the same section name occurred before, the
content, i.e. the 32-bit value, will be appended to the existing
section, so forming an array of 32-bit pointers.</para>

View file

@ -895,7 +895,7 @@ __asm(".previous");</programlisting>
value, the address of announce_sys_init structure, and that is
what the second <literal>__asm</literal> is. The third
<literal>__asm</literal> instruction marks the end of a section.
If a directive with the same section name occured before, the
If a directive with the same section name occurred before, the
content, i.e. the 32-bit value, will be appended to the existing
section, so forming an array of 32-bit pointers.</para>