aboutsummaryrefslogtreecommitdiff
path: root/llvm/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
commit572e03a3965d783ea51d1844d202d822ad6e8f8c (patch)
tree96f1b5a8c88f8850cfce209df9164027ffd85886 /llvm/lib/Support/Locale.cpp
parent175d633271c3b76535474168522578ca244aae5d (diff)
downloadllvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.zip
llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.tar.gz
llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.tar.bz2
Fix "the the" in comments.
llvm-svn: 240112
Diffstat (limited to 'llvm/lib/Support/Locale.cpp')
-rw-r--r--llvm/lib/Support/Locale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Locale.cpp b/llvm/lib/Support/Locale.cpp
index 35ddf7f..d5cb72b 100644
--- a/llvm/lib/Support/Locale.cpp
+++ b/llvm/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