From: Simon Pilgrim Date: Wed, 18 Jul 2018 09:07:54 +0000 (+0000) Subject: Fix -Wdocumentation warning. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3caa90973aa92d8e3d9ecbf4d8eb69f1dbc02e40;p=llvm Fix -Wdocumentation warning. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337367 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.