ArmPkg: Fix various typos
Fix various typos in ArmPkg. Signed-off-by: Coeur <coeur@gmx.fr> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
committed by
Leif Lindholm
parent
080981d72d
commit
ff5fef1428
@@ -21,7 +21,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
/**
|
||||
Append string to debugger script file, create file if needed.
|
||||
|
||||
This library can show up in mulitple places so we need to append the file every time we write to it.
|
||||
This library can show up in multiple places so we need to append the file every time we write to it.
|
||||
For example Sec can use this to load the DXE core, and the DXE core would use this to load all the
|
||||
other modules. So we have two instances of the library in the system.
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#/** @file
|
||||
# PeCoff extra action libary for DXE phase that run Unix emulator.
|
||||
# PeCoff extra action library for DXE phase that run Unix emulator.
|
||||
#
|
||||
# Lib to provide memory journal status code reporting Routines
|
||||
# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||
|
Reference in New Issue
Block a user