diff options
Diffstat (limited to 'llvm/lib/ObjectYAML/DWARFVisitor.h')
-rw-r--r-- | llvm/lib/ObjectYAML/DWARFVisitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ObjectYAML/DWARFVisitor.h b/llvm/lib/ObjectYAML/DWARFVisitor.h index 81ef412eb7e..5489031dc33 100644 --- a/llvm/lib/ObjectYAML/DWARFVisitor.h +++ b/llvm/lib/ObjectYAML/DWARFVisitor.h @@ -26,7 +26,7 @@ struct Entry; struct FormValue; struct AttributeAbbrev; -/// \brief A class to visits DWARFYAML Compile Units and DIEs in preorder. +/// A class to visits DWARFYAML Compile Units and DIEs in preorder. /// /// Extensions of this class can either maintain const or non-const references /// to the DWARFYAML::Data object. |