diff options
author | Cœur <coeur@gmx.fr> | 2019-07-03 14:25:30 +0100 |
---|---|---|
committer | Leif Lindholm <leif.lindholm@linaro.org> | 2019-07-04 12:21:04 +0100 |
commit | c6a72cd79465594876626e738466441d8b3d61ca (patch) | |
tree | 569aa1367bf80e8ac3444ab0c39a8affa872ae32 /EmbeddedPkg/EmbeddedPkg.dsc | |
parent | 16f3544ddd99c855d5fcb3e3bdbbed945a0c25d3 (diff) | |
download | edk2-c6a72cd79465594876626e738466441d8b3d61ca.tar.gz edk2-c6a72cd79465594876626e738466441d8b3d61ca.tar.bz2 edk2-c6a72cd79465594876626e738466441d8b3d61ca.zip |
EmbeddedPkg: Fix various typos
Fix various typos in EmbeddedPkg.
Signed-off-by: Coeur <coeur@gmx.fr>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'EmbeddedPkg/EmbeddedPkg.dsc')
-rw-r--r-- | EmbeddedPkg/EmbeddedPkg.dsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/EmbeddedPkg.dsc b/EmbeddedPkg/EmbeddedPkg.dsc index 863bce3a19..a8a151eb40 100644 --- a/EmbeddedPkg/EmbeddedPkg.dsc +++ b/EmbeddedPkg/EmbeddedPkg.dsc @@ -172,7 +172,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).
#
|