From: NAKAMURA Takumi Date: Tue, 15 Nov 2016 13:16:50 +0000 (+0000) Subject: DWARFAbbreviationDeclaration.h: Fix a typo in r286924. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d45e11a7aafa280c7c02de8ef27d27174fb9fe7;p=llvm DWARFAbbreviationDeclaration.h: Fix a typo in r286924. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286954 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h b/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h index fd28766db74..a0a3c59932f 100644 --- a/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h +++ b/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;