diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2014-10-17 13:17:00 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2014-10-17 17:53:04 +0200 |
commit | 39937cc2fd28bcc754c0595f1327467499af40ea (patch) | |
tree | e9b2ba89b4842d07c2e65f777a5d9852ee423cb8 | |
parent | 9ebb3f5efaf7ebf643210c8c0befadfcc47e24f1 (diff) | |
download | coreboot-39937cc2fd28bcc754c0595f1327467499af40ea.tar.xz |
boot/coreboot_tables.h: Use `it is` instead of `it easy` in comment
Change-Id: I5c8a689a4923175fff1f38847b7cfbbaeeb0ea22
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/7092
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins)
-rw-r--r-- | src/include/boot/coreboot_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/boot/coreboot_tables.h b/src/include/boot/coreboot_tables.h index db3c508285..19fc10cb4f 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 { |