diff options
Diffstat (limited to 'src/commonlib')
-rw-r--r-- | src/commonlib/fsp_relocate.c | 2 |
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) |