summaryrefslogtreecommitdiffstats
path: root/src/include/adainit.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-12-06 20:25:56 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2020-01-08 12:57:31 +0000
commit8250e2e2d5ccf8bfae2b64ea633addf5093f22c8 (patch)
treec0a98762a4704df6fb8bad2fb1cc02fbad27911b /src/include/adainit.h
parent6e3379784120a16a2f865c545404d0deb4074322 (diff)
downloadcoreboot-8250e2e2d5ccf8bfae2b64ea633addf5093f22c8.tar.gz
coreboot-8250e2e2d5ccf8bfae2b64ea633addf5093f22c8.tar.bz2
coreboot-8250e2e2d5ccf8bfae2b64ea633addf5093f22c8.zip
src/include: Fix typos
Change-Id: I52302e99708bca2f1e5e45f52cacd42e05a5fbd5 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37567 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/adainit.h')
-rw-r--r--src/include/adainit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/adainit.h b/src/include/adainit.h
index 4030b371783c..03671eea565d 100644
--- a/src/include/adainit.h
+++ b/src/include/adainit.h
@@ -22,7 +22,7 @@
* package level initialization (e.g. you can initialize huge arrays in
* a loop instead of cluttering the binary).
*
- * When an Ada main() is in charge, GNAT emmits the call to the initia-
+ * When an Ada main() is in charge, GNAT emits the call to the initia-
* lizations automatically. When not, we have to call it explicitly.
*/