[llvm] r286954 - DWARFAbbreviationDeclaration.h: Fix a typo in r286924. [-Wdocumentation]
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 05:16:51 PST 2016
Author: chapuni
Date: Tue Nov 15 07:16:50 2016
New Revision: 286954
URL: http://llvm.org/viewvc/llvm-project?rev=286954&view=rev
Log:
DWARFAbbreviationDeclaration.h: Fix a typo in r286924. [-Wdocumentation]
Modified:
llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
Modified: llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h?rev=286954&r1=286953&r2=286954&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h Tue Nov 15 07:16:50 2016
@@ -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<uint32_t> findAttributeIndex(dwarf::Attribute attr) const;
More information about the llvm-commits
mailing list