diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-08-20 05:20:29 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-08-20 05:20:29 +0000 |
commit | 60ab5bcaabff8e0b4161d2afeec4434c273da494 (patch) | |
tree | df2ba10caed730cde3966ae7555cace0aa8356f2 /libcxx/test | |
parent | 91e468c0ce5ca576295a9d0b12c68b151e38a0d4 (diff) | |
download | bcm5719-llvm-60ab5bcaabff8e0b4161d2afeec4434c273da494.tar.gz bcm5719-llvm-60ab5bcaabff8e0b4161d2afeec4434c273da494.zip |
Fix a typo: abreviated -> abbreviated - Patch from Kai Zhao
llvm-svn: 245538
Diffstat (limited to 'libcxx/test')
2 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp b/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp index a442ae577b4..7ad431652a8 100644 --- a/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp +++ b/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp @@ -12,7 +12,7 @@ // REQUIRES: locale.ru_RU.UTF-8 // REQUIRES: locale.zh_CN.UTF-8 -// NOTE: debian and opensuse use old locale data for ru_RU.UTF-8 abreviated +// NOTE: debian and opensuse use old locale data for ru_RU.UTF-8 abbreviated // months. This locale data was changed in glibc 2.14. // Debian uses glibc 2.13 as of 20/11/2014 // OpenSuse uses glibc 2.19 with old locale data as of 20/11/2014 diff --git a/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname_wide.pass.cpp b/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname_wide.pass.cpp index 631a500362d..631a6de03d8 100644 --- a/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname_wide.pass.cpp +++ b/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname_wide.pass.cpp @@ -12,7 +12,7 @@ // REQUIRES: locale.ru_RU.UTF-8 // REQUIRES: locale.zh_CN.UTF-8 -// NOTE: debian and opensuse use bad locale data for ru_RU.UTF-8 abreviated +// NOTE: debian and opensuse use bad locale data for ru_RU.UTF-8 abbreviated // months. This locale data was fixed in glibc 2.14. // Debian uses glibc 2.13 as of 20/11/2014 // OpenSuse uses glibc 2.19 with old locale data as of 20/11/2014 |