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>
This commit is contained in:
committed by
Patrick Georgi
parent
6c3912f0bf
commit
47ed269251
@@ -19,7 +19,7 @@
|
|||||||
/*
|
/*
|
||||||
* Intel's code does not have a handle on changing global packing state.
|
* Intel's code does not have a handle on changing global packing state.
|
||||||
* Therefore, one needs to protect against packing policies that are set
|
* 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)
|
#pragma pack(push)
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
/*
|
/*
|
||||||
* Intel's code does not have a handle on changing global packing state.
|
* Intel's code does not have a handle on changing global packing state.
|
||||||
* Therefore, one needs to protect against packing policies that are set
|
* 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)
|
#pragma pack(push)
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
/*
|
/*
|
||||||
* Intel's code does not have a handle on changing global packing state.
|
* Intel's code does not have a handle on changing global packing state.
|
||||||
* Therefore, one needs to protect against packing policies that are set
|
* 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)
|
#pragma pack(push)
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
/*
|
/*
|
||||||
* Intel's code does not have a handle on changing global packing state.
|
* Intel's code does not have a handle on changing global packing state.
|
||||||
* Therefore, one needs to protect against packing policies that are set
|
* 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)
|
#pragma pack(push)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user