From 8250e2e2d5ccf8bfae2b64ea633addf5093f22c8 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 6 Dec 2019 20:25:56 +0100 Subject: src/include: Fix typos Change-Id: I52302e99708bca2f1e5e45f52cacd42e05a5fbd5 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/37567 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/include/adainit.h | 2 +- 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, -- cgit v1.2.3