diff options
author | Gary Lin <glin@suse.com> | 2016-10-19 15:01:29 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-11-15 11:05:33 +0800 |
commit | 8aa9d680329cb9fa5c8e517727dd14eb4bebc408 (patch) | |
tree | 9eefb523933dd84e30db1cae7f0db9e4d11452d4 /Nt32Pkg/Include/Ppi | |
parent | 34f5c23452b3bbc43ebfe8aaa8f2fdcd35669dc3 (diff) | |
download | edk2-platforms-8aa9d680329cb9fa5c8e517727dd14eb4bebc408.tar.xz |
Nt32Pkg: Fix typos in comments and variables
- discontiguous -> discontinuous
- reloaced -> relocated
- supresses -> suppresses
- debuging -> debugging
- suported -> supported
- availble -> available
- environmemt -> environment
- Seperator -> Separator
- remmeber -> remember
- interperted -> interpreted
- the a new -> the new
- initailized -> initialized
- attribue -> attribute
- boundry -> boundary
- nto -> not
- permenent -> permanent
- immediatly -> immediately
- excuted -> executed
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Diffstat (limited to 'Nt32Pkg/Include/Ppi')
-rw-r--r-- | Nt32Pkg/Include/Ppi/NtAutoscan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/Include/Ppi/NtAutoscan.h b/Nt32Pkg/Include/Ppi/NtAutoscan.h index 49c0294ae8..1891bb4282 100644 --- a/Nt32Pkg/Include/Ppi/NtAutoscan.h +++ b/Nt32Pkg/Include/Ppi/NtAutoscan.h @@ -41,7 +41,7 @@ EFI_STATUS Routine Description:
This service is called from Index == 0 until it returns EFI_UNSUPPORTED.
- It allows discontiguous memory regions to be supported by the emulator.
+ It allows discontinuous memory regions to be supported by the emulator.
It uses gSystemMemory[] and gSystemMemoryCount that were created by
parsing the Windows environment variable EFI_MEMORY_SIZE.
The size comes from the varaible and the address comes from the call to
|