From 77931caec5cfdabc5155e5a6d0200b5ff46cf889 Mon Sep 17 00:00:00 2001 From: Xin Tong Date: Mon, 6 Aug 2018 05:03:21 +0000 Subject: [NFC] Fix typo llvm-svn: 338987 --- llvm/lib/Bitcode/Reader/MetadataLoader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Bitcode') 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. -- cgit v1.2.3