projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85acba6
)
Fix spelling of doxygen directive.
author
Misha Brukman
<brukman+llvm@gmail.com>
Wed, 26 May 2004 17:42:51 +0000
(17:42 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Wed, 26 May 2004 17:42:51 +0000
(17:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13791
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/SymbolTable.h
patch
|
blob
|
history
diff --git
a/include/llvm/SymbolTable.h
b/include/llvm/SymbolTable.h
index 0fe0ad8a2814e717a49a9b2d519bf080e5663977..b8fd2e9d691c7af8a1eae06e3d06b53aba4473e3 100644
(file)
--- 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.
- /// @br
ei
f Find a type plane.
+ /// @br
ie
f 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);