aboutsummaryrefslogtreecommitdiff
path: root/src/commonlib
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/commonlib
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/commonlib')
-rw-r--r--src/commonlib/fsp_relocate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonlib/fsp_relocate.c b/src/commonlib/fsp_relocate.c
index fe58a29d27..32e6b6da64 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)