[coreboot-gerrit] Change in coreboot[master]: util/nvramtool: Fix typo

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Thu Aug 23 18:26:10 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/28290


Change subject: util/nvramtool: Fix typo
......................................................................

util/nvramtool: Fix typo

Change-Id: I0a704cba80d0439ae95db34a6b73df7be5b3b862
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M util/nvramtool/coreboot_tables.h
1 file changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/28290/1

diff --git a/util/nvramtool/coreboot_tables.h b/util/nvramtool/coreboot_tables.h
index 1bd1e53..361b626 100644
--- a/util/nvramtool/coreboot_tables.h
+++ b/util/nvramtool/coreboot_tables.h
@@ -15,7 +15,7 @@
 /* The coreboot table information is for conveying information
  * from the firmware to the loaded OS image.  Primarily this
  * is expected to be information that cannot be discovered by
- * other means, such as quering the hardware directly.
+ * other means, such as querying the hardware directly.
  *
  * All of the information should be Position Independent Data.
  * That is it should be safe to relocated any of the information
@@ -85,10 +85,10 @@
 	uint32_t table_entries;
 };
 
-/* Every entry in the boot enviroment list will correspond to a boot
+/* 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 enviroment record if you don't know what it easy.  This allows
+ * boot environment record if you don't know what it easy.  This allows
  * forward compatibility with records not yet defined.
  */
 struct lb_record {

-- 
To view, visit https://review.coreboot.org/28290
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a704cba80d0439ae95db34a6b73df7be5b3b862
Gerrit-Change-Number: 28290
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180823/a6672a82/attachment-0001.html>


More information about the coreboot-gerrit mailing list