summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/CodeGen/DIE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/DIE.h b/llvm/include/llvm/CodeGen/DIE.h
index dc472ec110e..f1d7ecbfbf5 100644
--- a/llvm/include/llvm/CodeGen/DIE.h
+++ b/llvm/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);
OpenPOWER on IntegriCloud