diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-11-15 13:16:50 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-11-15 13:16:50 +0000 |
| commit | 220bf0fb9794590b363b90c360ec830c424b7d0b (patch) | |
| tree | 850ba8747bb45548660176a7c166c02e9c43ba72 /llvm/include | |
| parent | f7300d5cb168b5504ffcefe715c8218936757a59 (diff) | |
| download | bcm5719-llvm-220bf0fb9794590b363b90c360ec830c424b7d0b.tar.gz bcm5719-llvm-220bf0fb9794590b363b90c360ec830c424b7d0b.zip | |
DWARFAbbreviationDeclaration.h: Fix a typo in r286924. [-Wdocumentation]
llvm-svn: 286954
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h b/llvm/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h index fd28766db74..a0a3c59932f 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<uint32_t> findAttributeIndex(dwarf::Attribute attr) const; |

