diff options
| author | Alexis Hunt <alercah@gmail.com> | 2011-07-07 22:45:07 +0000 |
|---|---|---|
| committer | Alexis Hunt <alercah@gmail.com> | 2011-07-07 22:45:07 +0000 |
| commit | e789755db7efe936c8079fe3b69071db3e132547 (patch) | |
| tree | d7db388b3c15f19b537ecdf6d5e6c9251ee98eb2 /libcxx | |
| parent | f8c3ccdeae8afc3a2268fb7af1957de7a2859731 (diff) | |
| download | bcm5719-llvm-e789755db7efe936c8079fe3b69071db3e132547.tar.gz bcm5719-llvm-e789755db7efe936c8079fe3b69071db3e132547.zip | |
Fix typo
llvm-svn: 134650
Diffstat (limited to 'libcxx')
| -rw-r--r-- | libcxx/src/locale.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/src/locale.cpp b/libcxx/src/locale.cpp index 8e4f38361b8..5d1d607ff6b 100644 --- a/libcxx/src/locale.cpp +++ b/libcxx/src/locale.cpp @@ -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 } } |

