summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-17 12:29:38 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-17 12:29:38 +0000
commit8f976ba0bf81a890e4690aa923df2f0f0346ae49 (patch)
tree69e6f2fe27e8823236b1d036bea7a9d32ee8ff37 /llvm/lib/Bitcode
parent3efd1c516c6f85daccb8670b627ecd32091c8d7a (diff)
downloadbcm5719-llvm-8f976ba0bf81a890e4690aa923df2f0f0346ae49.tar.gz
bcm5719-llvm-8f976ba0bf81a890e4690aa923df2f0f0346ae49.zip
[NFC] fix trivial typos in comments
"the the" -> "the" llvm-svn: 322636
Diffstat (limited to 'llvm/lib/Bitcode')
-rw-r--r--llvm/lib/Bitcode/Reader/MetadataLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Reader/MetadataLoader.cpp b/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
index 1b0d80d26cf..7d79956a811 100644
--- a/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
+++ b/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
@@ -165,7 +165,7 @@ public:
/// necessary.
Metadata *getMetadataFwdRef(unsigned Idx);
- /// Return the the given metadata only if it is fully resolved.
+ /// Return the given metadata only if it is fully resolved.
///
/// Gives the same result as \a lookup(), unless \a MDNode::isResolved()
/// would give \c false.
OpenPOWER on IntegriCloud