mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 20:15:35 +00:00
Fix spelling of doxygen directive.
llvm-svn: 13791
This commit is contained in:
parent
a1a78f0b68
commit
d6ce85d48c
@ -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