summaryrefslogtreecommitdiffstats
path: root/src/include/types.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-08-07 12:21:56 +0200
committerMartin Roth <martinroth@google.com>2018-08-09 15:56:52 +0000
commitf0a58df78568d8bdffb2daac8c36a220c06e4b6f (patch)
tree835fe818dd1d1e9826a8c83d650d9a4d7a1b60b7 /src/include/types.h
parent1ec76447c0fe3dbbe0a8e3d4762294bf3c7a97f8 (diff)
downloadcoreboot-f0a58df78568d8bdffb2daac8c36a220c06e4b6f.tar.gz
coreboot-f0a58df78568d8bdffb2daac8c36a220c06e4b6f.tar.bz2
coreboot-f0a58df78568d8bdffb2daac8c36a220c06e4b6f.zip
src/include: Fix typo
Change-Id: Iff445dccf29957078b8308d73fb302d03cf47d31 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27914 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/include/types.h')
-rw-r--r--src/include/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/types.h b/src/include/types.h
index 7307cd5072b4..b76c95b5bb29 100644
--- a/src/include/types.h
+++ b/src/include/types.h
@@ -34,7 +34,7 @@
* 100.
*/
enum cb_err {
- CB_SUCCESS = 0, /**< Call completed succesfully */
+ CB_SUCCESS = 0, /**< Call completed successfully */
CB_ERR = -1, /**< Generic error code */
CB_ERR_ARG = -2, /**< Invalid argument */