summaryrefslogtreecommitdiff
path: root/src/vboot/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vboot/common.c')
-rw-r--r--src/vboot/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vboot/common.c b/src/vboot/common.c
index 3fa96577fd..cfdb82aa6a 100644
--- a/src/vboot/common.c
+++ b/src/vboot/common.c
@@ -32,7 +32,7 @@ struct selected_region {
/*
* this is placed at the start of the vboot work buffer. selected_region is used
* for the verstage to return the location of the selected slot. buffer is used
- * by the vboot2 core. Keep the struct cpu architecture agnostic as it crosses
+ * by the vboot2 core. Keep the struct CPU architecture agnostic as it crosses
* stage boundaries.
*/
struct vb2_working_data {