From 39937cc2fd28bcc754c0595f1327467499af40ea Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 17 Oct 2014 13:17:00 +0200 Subject: boot/coreboot_tables.h: Use `it is` instead of `it easy` in comment Change-Id: I5c8a689a4923175fff1f38847b7cfbbaeeb0ea22 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/7092 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/include/boot/coreboot_tables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/boot/coreboot_tables.h b/src/include/boot/coreboot_tables.h index db3c508285a4..19fc10cb4fe1 100644 --- a/src/include/boot/coreboot_tables.h +++ b/src/include/boot/coreboot_tables.h @@ -77,7 +77,7 @@ struct lb_header /* Every entry in the boot environment list will correspond to a boot * info record. Encoding both type and size. The type is obviously * so you can tell what it is. The size allows you to skip that - * boot environment record if you don't know what it easy. This allows + * boot environment record if you don't know what it is. This allows * forward compatibility with records not yet defined. */ struct lb_record { -- cgit v1.2.3