diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-05-26 17:42:51 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-05-26 17:42:51 +0000 |
commit | 6f3512865e83471244969ec57ecce3f794ce3d2d (patch) | |
tree | 142173a2df94d49f4d53887979c222f7b380226d | |
parent | 85acba6d58164109cfc90e202ef7ef00790cc6a3 (diff) |
Fix spelling of doxygen directive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13791 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/SymbolTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/SymbolTable.h b/include/llvm/SymbolTable.h index 0fe0ad8a28..b8fd2e9d69 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); |