FmpDevicePkg: Fix various typos
Fix one typo in FmpDevicePkg. Signed-off-by: Cœur <coeur@gmx.fr> Reviewed-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
This commit is contained in:
committed by
Chasel Chiu
parent
8a842b31b9
commit
f527942e6b
@@ -1,6 +1,6 @@
|
||||
/** @file
|
||||
|
||||
Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2014 - 2019, Intel Corporation. All rights reserved.<BR>
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
**/
|
||||
@@ -169,7 +169,7 @@ FspGlobalDataInit (
|
||||
SerialPortInitialize ();
|
||||
|
||||
//
|
||||
// Ensure the golbal data pointer is valid
|
||||
// Ensure the global data pointer is valid
|
||||
//
|
||||
ASSERT (GetFspGlobalDataPointer () == PeiFspData);
|
||||
|
||||
|
Reference in New Issue
Block a user