summaryrefslogtreecommitdiffstats
path: root/src/include/b64_decode.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/b64_decode.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/b64_decode.h')
-rw-r--r--src/include/b64_decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/b64_decode.h b/src/include/b64_decode.h
index b52719671e4d..4d0970e1a575 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,