Wdocumentation fix

llvm-svn: 289037
This commit is contained in:
Simon Pilgrim 2016-12-08 10:31:32 +00:00
parent 68e7c21ca0
commit d35d067e47
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ public:
/// Generate the abbreviation declaration for a DIE and return a pointer to /// Generate the abbreviation declaration for a DIE and return a pointer to
/// the generated abbreviation. /// 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 /// \returns A reference to the uniqued abbreviation declaration that is
/// owned by this class. /// owned by this class.
DIEAbbrev &uniqueAbbreviation(DIE &Die); DIEAbbrev &uniqueAbbreviation(DIE &Die);