Wdocumentation fix
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 8 Dec 2016 10:31:32 +0000 (10:31 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 8 Dec 2016 10:31:32 +0000 (10:31 +0000)
llvm-svn: 289037

llvm/include/llvm/CodeGen/DIE.h

index dc472ec..f1d7ecb 100644 (file)
@@ -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);