From 5d45e11a7aafa280c7c02de8ef27d27174fb9fe7 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] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286954 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1