llvm-svn: 134650
This commit is contained in:
Alexis Hunt 2011-07-07 22:45:07 +00:00
parent f8c3ccdeae
commit e789755db7
1 changed files with 1 additions and 1 deletions

View File

@ -4032,7 +4032,7 @@ numpunct_byname<char>::__init(const char* nm)
if (*lc->thousands_sep)
__thousands_sep_ = *lc->thousands_sep;
__grouping_ = lc->grouping;
// locallization for truename and falsename is not available
// localization for truename and falsename is not available
}
}