[coreboot-gerrit] Change in ...coreboot[master]: src/{commonlib, drivers/intel/fslp1_1/include}: Fix typo

Patrick Georgi (Code Review) gerrit at coreboot.org
Tue Nov 27 09:47:11 CET 2018


Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/29831 )

Change subject: src/{commonlib,drivers/intel/fslp1_1/include}: Fix typo
......................................................................

src/{commonlib,drivers/intel/fslp1_1/include}: Fix typo

Correct typo of 'compilation'

BUG=N/A
TEST=N/A

Change-Id: Iee6b8a8afc4d885d2d4ab9ee5d596e32e5e6d3f1
Signed-off-by: Frans Hendriks <fhendriks at eltan.com>
Reviewed-on: https://review.coreboot.org/c/29831
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas at noos.fr>
---
M src/commonlib/fsp_relocate.c
M src/drivers/intel/fsp1_1/include/fsp/api.h
M src/drivers/intel/fsp1_1/include/fsp/soc_binding.h
M src/drivers/intel/fsp1_1/include/fsp/uefi_binding.h
4 files changed, 4 insertions(+), 4 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  HAOUAS Elyes: Looks good to me, approved



diff --git a/src/commonlib/fsp_relocate.c b/src/commonlib/fsp_relocate.c
index fe58a29..32e6b6d 100644
--- a/src/commonlib/fsp_relocate.c
+++ b/src/commonlib/fsp_relocate.c
@@ -19,7 +19,7 @@
 /*
  * Intel's code does not have a handle on changing global packing state.
  * Therefore, one needs to protect against packing policies that are set
- * globally for a compliation unit just by including a header file.
+ * globally for a compilation unit just by including a header file.
  */
 #pragma pack(push)
 
diff --git a/src/drivers/intel/fsp1_1/include/fsp/api.h b/src/drivers/intel/fsp1_1/include/fsp/api.h
index 773b3c3..103b406 100644
--- a/src/drivers/intel/fsp1_1/include/fsp/api.h
+++ b/src/drivers/intel/fsp1_1/include/fsp/api.h
@@ -22,7 +22,7 @@
 /*
  * Intel's code does not have a handle on changing global packing state.
  * Therefore, one needs to protect against packing policies that are set
- * globally for a compliation unit just by including a header file.
+ * globally for a compilation unit just by including a header file.
  */
 #pragma pack(push)
 
diff --git a/src/drivers/intel/fsp1_1/include/fsp/soc_binding.h b/src/drivers/intel/fsp1_1/include/fsp/soc_binding.h
index affb43f..ab1270d 100644
--- a/src/drivers/intel/fsp1_1/include/fsp/soc_binding.h
+++ b/src/drivers/intel/fsp1_1/include/fsp/soc_binding.h
@@ -22,7 +22,7 @@
 /*
  * Intel's code does not have a handle on changing global packing state.
  * Therefore, one needs to protect against packing policies that are set
- * globally for a compliation unit just by including a header file.
+ * globally for a compilation unit just by including a header file.
  */
 #pragma pack(push)
 
diff --git a/src/drivers/intel/fsp1_1/include/fsp/uefi_binding.h b/src/drivers/intel/fsp1_1/include/fsp/uefi_binding.h
index ad5bd36..2352d0a 100644
--- a/src/drivers/intel/fsp1_1/include/fsp/uefi_binding.h
+++ b/src/drivers/intel/fsp1_1/include/fsp/uefi_binding.h
@@ -19,7 +19,7 @@
 /*
  * Intel's code does not have a handle on changing global packing state.
  * Therefore, one needs to protect against packing policies that are set
- * globally for a compliation unit just by including a header file.
+ * globally for a compilation unit just by including a header file.
  */
 #pragma pack(push)
 

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iee6b8a8afc4d885d2d4ab9ee5d596e32e5e6d3f1
Gerrit-Change-Number: 29831
Gerrit-PatchSet: 2
Gerrit-Owner: Frans Hendriks <fhendriks at eltan.com>
Gerrit-Reviewer: Frans Hendriks <fhendriks at eltan.com>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas at noos.fr>
Gerrit-Reviewer: Huang Jin <huang.jin at intel.com>
Gerrit-Reviewer: Lee Leahy <leroy.p.leahy at intel.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: Patrick Rudolph <siro at das-labor.org>
Gerrit-Reviewer: York Yang <york.yang at intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181127/5490633d/attachment.html>


More information about the coreboot-gerrit mailing list