aboutsummaryrefslogtreecommitdiff
path: root/src/include/types.h
diff options
context:
space:
mode:
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 a4d82242ee..df0947370f 100644
--- a/src/include/types.h
+++ b/src/include/types.h
@@ -26,7 +26,7 @@
#define BIT(x) (1ul << (x))
/**
- * Coreboot error codes
+ * coreboot error codes
*
* When building functions that return a status or an error code, use cb_err as
* the return type. When failure reason needs to be communicated by the return