[coreboot-gerrit] New patch to review for coreboot: 5e04ac6 boot/coreboot_tables.h: Use `it is` instead of `it easy` in comment

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Fri Oct 17 14:13:47 CEST 2014


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7092

-gerrit

commit 5e04ac6949bab7627fdc14d814d0f2882e790391
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Oct 17 13:17:00 2014 +0200

    boot/coreboot_tables.h: Use `it is` instead of `it easy` in comment
    
    Change-Id: I5c8a689a4923175fff1f38847b7cfbbaeeb0ea22
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 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 db3c508..19fc10c 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 {



More information about the coreboot-gerrit mailing list