aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp1_1
diff options
context:
space:
mode:
authorFrans Hendriks <fhendriks@eltan.com>2018-11-26 09:47:49 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-11-27 08:47:08 +0000
commit47ed269251bd1c51e6ddb691d2af7bc230ad69ed (patch)
treece494b4b56a1f60b5ab91fa3f148bf43e84b4aca /src/drivers/intel/fsp1_1
parent6c3912f0bfe659302df084f9eea0e1feb0b3e3b9 (diff)
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@eltan.com> Reviewed-on: https://review.coreboot.org/c/29831 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/drivers/intel/fsp1_1')
-rw-r--r--src/drivers/intel/fsp1_1/include/fsp/api.h2
-rw-r--r--src/drivers/intel/fsp1_1/include/fsp/soc_binding.h2
-rw-r--r--src/drivers/intel/fsp1_1/include/fsp/uefi_binding.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/drivers/intel/fsp1_1/include/fsp/api.h b/src/drivers/intel/fsp1_1/include/fsp/api.h
index 773b3c387c..103b4064b8 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 affb43f2fc..ab1270da6c 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 ad5bd36071..2352d0ad78 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)