diff --git a/include/llvm/SymbolTable.h b/include/llvm/SymbolTable.h index 0fe0ad8a281..b8fd2e9d691 100644 --- a/include/llvm/SymbolTable.h +++ b/include/llvm/SymbolTable.h @@ -306,7 +306,7 @@ public: /// This method returns a plane_iterator for iteration over the /// type planes starting at a specific plane, given by \p Ty. - /// @breif Find a type plane. + /// @brief Find a type plane. inline plane_iterator find( const Type* Typ ) { assert(Typ && "Can't find type plane with null type!"); return pmap.find(Typ);