mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Fix spelling of doxygen directive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13791 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
85acba6d58
commit
6f3512865e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user