summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>2015-01-15 02:39:59 -0200
committerTom Rini <trini@ti.com>2015-01-29 13:38:40 -0500
commit44f145fd81f73a5c5adc490b0da91b80a4c7790a (patch)
treed7b181161a4b9a8d068719142c6dbaa698d4a098
parenta724b7e0ab28d7b6a2aed1a0b7d46b0e662c2372 (diff)
downloadblackbird-obmc-uboot-44f145fd81f73a5c5adc490b0da91b80a4c7790a.tar.gz
blackbird-obmc-uboot-44f145fd81f73a5c5adc490b0da91b80a4c7790a.zip
linker_lists: fix misspellings
Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
-rw-r--r--include/linker_lists.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linker_lists.h b/include/linker_lists.h
index d37fba44dc..940c871281 100644
--- a/include/linker_lists.h
+++ b/include/linker_lists.h
@@ -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
@@ -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
*
OpenPOWER on IntegriCloud