diff options
author | Liming Gao <liming.gao@intel.com> | 2017-02-08 14:49:21 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2017-02-08 14:49:21 +0800 |
commit | c6de4b9611e260d6147cea073183d9339e9b7c3e (patch) | |
tree | b917ae76f19d2eb33437e9ee3847484723491f26 /EdkCompatibilityPkg | |
parent | b0206b16177ec1a08a600c404dc6870ddba58e4c (diff) | |
download | edk2-c6de4b9611e260d6147cea073183d9339e9b7c3e.tar.gz edk2-c6de4b9611e260d6147cea073183d9339e9b7c3e.tar.bz2 edk2-c6de4b9611e260d6147cea073183d9339e9b7c3e.zip |
EdkCompatibilityPkg: Fix some typos of "according"
Cc: Feng Tian <feng.tian@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Rebecca Cran <rebecca@bluestop.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: He Junjie <junjie.he@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r-- | EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/StrGather.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/StrGather.c b/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/StrGather.c index 535a265046..e71b5e4e7d 100644 --- a/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/StrGather.c +++ b/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/StrGather.c @@ -854,7 +854,7 @@ GetLangCode ( }
//
- // Convert the language accoring to the table.
+ // Convert the language according to the table.
//
for (Index = 0; LanguageConvertTable[Index].ISO639 != NULL; Index++) {
if (wcscmp(LanguageConvertTable[Index].ISO639, Lang) == 0) {
|