mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
linker_lists: fix misspellings
Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
This commit is contained in:
parent
a724b7e0ab
commit
44f145fd81
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A linker list is constructed by grouping together linker input
|
* A linker list is constructed by grouping together linker input
|
||||||
* sections, each containning one entry of the list. Each input section
|
* sections, each containing one entry of the list. Each input section
|
||||||
* contains a constant initialized variable which holds the entry's
|
* contains a constant initialized variable which holds the entry's
|
||||||
* content. Linker list input sections are constructed from the list
|
* content. Linker list input sections are constructed from the list
|
||||||
* and entry names, plus a prefix which allows grouping all lists
|
* and entry names, plus a prefix which allows grouping all lists
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
* This ensures uniqueness for both input section and C variable name.
|
* This ensures uniqueness for both input section and C variable name.
|
||||||
*
|
*
|
||||||
* Note that the names differ only in the first character, "." for the
|
* Note that the names differ only in the first character, "." for the
|
||||||
* setion and "_" for the variable, so that the linker cannot confuse
|
* section and "_" for the variable, so that the linker cannot confuse
|
||||||
* section and symbol names. From now on, both names will be referred
|
* section and symbol names. From now on, both names will be referred
|
||||||
* to as
|
* to as
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue