summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/MetadataLoader.h
diff options
context:
space:
mode:
authorXin Tong <trent.xin.tong@gmail.com>2018-08-06 05:03:21 +0000
committerXin Tong <trent.xin.tong@gmail.com>2018-08-06 05:03:21 +0000
commit77931caec5cfdabc5155e5a6d0200b5ff46cf889 (patch)
treec24446bd8614cf449966421ae6d9730e98838590 /llvm/lib/Bitcode/Reader/MetadataLoader.h
parent1a56ac790a9fd61bb4369f58031807ef66b048eb (diff)
downloadbcm5719-llvm-77931caec5cfdabc5155e5a6d0200b5ff46cf889.tar.gz
bcm5719-llvm-77931caec5cfdabc5155e5a6d0200b5ff46cf889.zip
[NFC] Fix typo
llvm-svn: 338987
Diffstat (limited to 'llvm/lib/Bitcode/Reader/MetadataLoader.h')
-rw-r--r--llvm/lib/Bitcode/Reader/MetadataLoader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Reader/MetadataLoader.h b/llvm/lib/Bitcode/Reader/MetadataLoader.h
index f23dcc06cc9..752eb35ebb4 100644
--- a/llvm/lib/Bitcode/Reader/MetadataLoader.h
+++ b/llvm/lib/Bitcode/Reader/MetadataLoader.h
@@ -67,7 +67,7 @@ public:
MDNode *getMDNodeFwdRefOrNull(unsigned Idx);
- /// Return the DISubprogra metadata for a Function if any, null otherwise.
+ /// Return the DISubprogram metadata for a Function if any, null otherwise.
DISubprogram *lookupSubprogramForFunction(Function *F);
/// Parse a `METADATA_ATTACHMENT` block for a function.
OpenPOWER on IntegriCloud