diff options
author | Antoine Coeur <Coeur@gmx.fr> | 2019-02-06 16:48:50 +0100 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2019-02-07 14:31:16 +0100 |
commit | 7a90895306acbf970de87e8020f8c6dc22ce8fb3 (patch) | |
tree | 5943fc00499aba0aac34c707358beb165b9fdd2a /ArmVirtPkg/ArmVirt.dsc.inc | |
parent | bac50dfbcd92f45165feb5a24fa7ce111416c0f7 (diff) | |
download | edk2-7a90895306acbf970de87e8020f8c6dc22ce8fb3.tar.gz |
ArmVirtPkg: Fix various typos
Fix various typos in ArmVirtPkg.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Coeur <coeur@gmx.fr>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Diffstat (limited to 'ArmVirtPkg/ArmVirt.dsc.inc')
-rw-r--r-- | ArmVirtPkg/ArmVirt.dsc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index c47955be94..304a4b4d21 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b/ArmVirtPkg/ArmVirt.dsc.inc @@ -333,7 +333,7 @@ # Values are in EFI Pages (4K). DXE Core will make sure that
# at least this much of each type of memory can be allocated
# from a single memory range. This way you only end up with
- # maximum of two fragements for each type in the memory map
+ # maximum of two fragments for each type in the memory map
# (the memory used, and the free memory that was prereserved
# but not used).
#
|