Fix a typo: abreviated -> abbreviated - Patch from Kai Zhao

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@245538 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier 2015-08-20 05:20:29 +00:00
parent 66d7d70263
commit 3d46eb0f6d
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
// REQUIRES: locale.ru_RU.UTF-8 // REQUIRES: locale.ru_RU.UTF-8
// REQUIRES: locale.zh_CN.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. // months. This locale data was changed in glibc 2.14.
// Debian uses glibc 2.13 as of 20/11/2014 // Debian uses glibc 2.13 as of 20/11/2014
// OpenSuse uses glibc 2.19 with old locale data as of 20/11/2014 // OpenSuse uses glibc 2.19 with old locale data as of 20/11/2014

View File

@ -12,7 +12,7 @@
// REQUIRES: locale.ru_RU.UTF-8 // REQUIRES: locale.ru_RU.UTF-8
// REQUIRES: locale.zh_CN.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. // months. This locale data was fixed in glibc 2.14.
// Debian uses glibc 2.13 as of 20/11/2014 // Debian uses glibc 2.13 as of 20/11/2014
// OpenSuse uses glibc 2.19 with old locale data as of 20/11/2014 // OpenSuse uses glibc 2.19 with old locale data as of 20/11/2014