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@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 --- 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)