Skip to content

Commit

Permalink
linker_lists: fix misspellings
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme Maciel Ferreira <[email protected]>
  • Loading branch information
guilhermeferreira authored and trini committed Jan 29, 2015
1 parent a724b7e commit 44f145f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linker_lists.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/**
* 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
* content. Linker list input sections are constructed from the list
* and entry names, plus a prefix which allows grouping all lists
Expand All @@ -39,7 +39,7 @@
* This ensures uniqueness for both input section and C variable name.
*
* 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
* to as
*
Expand Down

0 comments on commit 44f145f

Please sign in to comment.