From 3caa90973aa92d8e3d9ecbf4d8eb69f1dbc02e40 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Wed, 18 Jul 2018 09:07:54 +0000 Subject: [PATCH] Fix -Wdocumentation warning. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337367 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/DIEHash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/AsmPrinter/DIEHash.h b/lib/CodeGen/AsmPrinter/DIEHash.h index a47b2669ee4..dae517ab2c2 100644 --- a/lib/CodeGen/AsmPrinter/DIEHash.h +++ b/lib/CodeGen/AsmPrinter/DIEHash.h @@ -43,7 +43,7 @@ public: // Helper routines to process parts of a DIE. private: - /// Adds the parent context of \param Die to the hash. + /// Adds the parent context of \param Parent to the hash. void addParentContext(const DIE &Parent); /// Adds the attributes of \param Die to the hash. -- 2.50.1