[NFC] fix trivial typos in comments

"the the" -> "the"

llvm-svn: 322636
This commit is contained in:
Hiroshi Inoue
2018-01-17 12:29:38 +00:00
parent 3efd1c516c
commit 8f976ba0bf
6 changed files with 9 additions and 9 deletions

View File

@@ -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.