From: Simon Pilgrim Date: Thu, 8 Dec 2016 10:31:32 +0000 (+0000) Subject: Wdocumentation fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9767640329a1d93a73fb570631770d7f785425dd;p=llvm Wdocumentation fix git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289037 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/DIE.h b/include/llvm/CodeGen/DIE.h index dc472ec110e..f1d7ecbfbf5 100644 --- a/include/llvm/CodeGen/DIE.h +++ b/include/llvm/CodeGen/DIE.h @@ -134,7 +134,7 @@ public: /// Generate the abbreviation declaration for a DIE and return a pointer to /// the generated abbreviation. /// - /// \param DIE the debug info entry to generate the abbreviation for. + /// \param Die the debug info entry to generate the abbreviation for. /// \returns A reference to the uniqued abbreviation declaration that is /// owned by this class. DIEAbbrev &uniqueAbbreviation(DIE &Die);