[llvm] r289037 - Wdocumentation fix
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 02:31:32 PST 2016
Author: rksimon
Date: Thu Dec 8 04:31:32 2016
New Revision: 289037
URL: http://llvm.org/viewvc/llvm-project?rev=289037&view=rev
Log:
Wdocumentation fix
Modified:
llvm/trunk/include/llvm/CodeGen/DIE.h
Modified: llvm/trunk/include/llvm/CodeGen/DIE.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/DIE.h?rev=289037&r1=289036&r2=289037&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/DIE.h (original)
+++ llvm/trunk/include/llvm/CodeGen/DIE.h Thu Dec 8 04:31:32 2016
@@ -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);
More information about the llvm-commits
mailing list