diff options
Diffstat (limited to 'EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/StrGather.c')
-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) {
|