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>
This commit is contained in:
Elyes HAOUAS 2019-12-06 20:25:56 +01:00 committed by Kyösti Mälkki
parent 6e33797841
commit 8250e2e2d5
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*/

View File

@ -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,