diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-12-06 20:25:56 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2020-01-08 12:57:31 +0000 |
commit | 8250e2e2d5ccf8bfae2b64ea633addf5093f22c8 (patch) | |
tree | c0a98762a4704df6fb8bad2fb1cc02fbad27911b /src/include | |
parent | 6e3379784120a16a2f865c545404d0deb4074322 (diff) | |
download | coreboot-8250e2e2d5ccf8bfae2b64ea633addf5093f22c8.tar.xz |
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')
-rw-r--r-- | src/include/adainit.h | 2 | ||||
-rw-r--r-- | src/include/b64_decode.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/adainit.h b/src/include/adainit.h index 4030b37178..03671eea56 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. */ diff --git a/src/include/b64_decode.h b/src/include/b64_decode.h index b52719671e..4d0970e1a5 100644 --- a/src/include/b64_decode.h +++ b/src/include/b64_decode.h @@ -22,7 +22,7 @@ * * The user provides output buffer of the size guaranteed to fit the result. * - * Returns the size of the decoded data or zero if invalid charactes were + * Returns the size of the decoded data or zero if invalid characters were * encountered in the input buffer. */ size_t b64_decode(const uint8_t *input_data, |