summaryrefslogtreecommitdiff
path: root/lib/Support/Locale.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-06-19 01:53:21 +0000
committerEric Christopher <echristo@gmail.com>2015-06-19 01:53:21 +0000
commit933d2bd39159e0e9ee5ebf150dcac1865628609d (patch)
tree75e98ac57dc14d6e7a4ab90916a7a658baf141d7 /lib/Support/Locale.cpp
parent875bc6105bcd397a0419c7db4e6fcb0f593b6191 (diff)
Fix "the the" in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240112 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Locale.cpp')
-rw-r--r--lib/Support/Locale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Locale.cpp b/lib/Support/Locale.cpp
index 35ddf7f11bf..d5cb72b5db3 100644
--- a/lib/Support/Locale.cpp
+++ b/lib/Support/Locale.cpp
@@ -15,7 +15,7 @@ int columnWidth(StringRef Text) {
bool isPrint(int UCS) {
#if LLVM_ON_WIN32
- // Restrict characters that we'll try to print to the the lower part of ASCII
+ // Restrict characters that we'll try to print to the lower part of ASCII
// except for the control characters (0x20 - 0x7E). In general one can not
// reliably output code points U+0080 and higher using narrow character C/C++
// output functions in Windows, because the meaning of the upper 128 codes is