From 220bf0fb9794590b363b90c360ec830c424b7d0b Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 15 Nov 2016 13:16:50 +0000 Subject: [PATCH] DWARFAbbreviationDeclaration.h: Fix a typo in r286924. [-Wdocumentation] llvm-svn: 286954 --- llvm/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4