From: NAKAMURA Takumi Date: Tue, 15 Nov 2016 13:16:50 +0000 (+0000) Subject: DWARFAbbreviationDeclaration.h: Fix a typo in r286924. [-Wdocumentation] X-Git-Tag: llvmorg-4.0.0-rc1~4551 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=220bf0fb9794590b363b90c360ec830c424b7d0b;p=platform%2Fupstream%2Fllvm.git DWARFAbbreviationDeclaration.h: Fix a typo in r286924. [-Wdocumentation] llvm-svn: 286954 --- diff --git a/llvm/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h b/llvm/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h index fd28766..a0a3c59 100644 --- a/llvm/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h +++ b/llvm/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h @@ -65,7 +65,7 @@ public: /// Searches the this abbreviation declaration for the index of the specified /// attribute. /// - /// \param Attr DWARF attribute to search for. + /// \param attr DWARF attribute to search for. /// \returns Optional index of the attribute if found, None otherwise. Optional findAttributeIndex(dwarf::Attribute attr) const;