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>
This commit is contained in:
Gary Lin
2016-10-19 15:01:29 +08:00
committed by Ruiyu Ni
parent 34f5c23452
commit 8aa9d68032
7 changed files with 38 additions and 38 deletions

View File

@@ -524,9 +524,9 @@ Returns:
;
UINTN
CountSeperatorsInString (
CountSeparatorsInString (
IN CONST CHAR16 *String,
IN CHAR16 Seperator
IN CHAR16 Separator
)
/*++
@@ -537,7 +537,7 @@ Routine Description:
Arguments:
String - TODO: add argument description
Seperator - TODO: add argument description
Separator - TODO: add argument description
Returns: