summaryrefslogtreecommitdiffstats
path: root/src/vboot/common.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-07-30 16:18:46 +0200
committerMartin Roth <martinroth@google.com>2016-07-31 19:31:41 +0200
commit2a600263dcd49249467bec43c483ddfae91a4cde (patch)
tree0fe17b8609bbff5a07fc058db4370aa566bec97e /src/vboot/common.c
parent91e0e3ccbe9e2ed7cf91a94e03ee576598e63f54 (diff)
downloadcoreboot-2a600263dcd49249467bec43c483ddfae91a4cde.tar.gz
coreboot-2a600263dcd49249467bec43c483ddfae91a4cde.tar.bz2
coreboot-2a600263dcd49249467bec43c483ddfae91a4cde.zip
src/vboot: Capitalize RAM and CPU
Change-Id: Iff6b1b08b8159588b964d9637b16e1e0bfcca940 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/15986 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
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 3fa96577fd3a..cfdb82aa6aad 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 {