HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37567 )
Change subject: src/include: Fix a typo ......................................................................
src/include: Fix a typo
Change-Id: I52302e99708bca2f1e5e45f52cacd42e05a5fbd5 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/include/adainit.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/37567/1
diff --git a/src/include/adainit.h b/src/include/adainit.h index 4030b37..03671ee 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. */
HAOUAS Elyes has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/37567 )
Change subject: src/include: Fix typos ......................................................................
src/include: Fix typos
Change-Id: I52302e99708bca2f1e5e45f52cacd42e05a5fbd5 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/include/adainit.h M src/include/b64_decode.h 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/37567/2
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37567 )
Change subject: src/include: Fix typos ......................................................................
Patch Set 3: Code-Review+2
Kyösti Mälkki has submitted this change. ( https://review.coreboot.org/c/coreboot/+/37567 )
Change subject: src/include: Fix typos ......................................................................
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 --- M src/include/adainit.h M src/include/b64_decode.h 2 files changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/include/adainit.h b/src/include/adainit.h index 4030b37..03671ee 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 b527196..4d0970e 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,