[llvm-commits] CVS: llvm/include/llvm/SymbolTable.h
Misha Brukman
brukman at cs.uiuc.edu
Wed May 26 12:46:05 PDT 2004
Changes in directory llvm/include/llvm:
SymbolTable.h updated: 1.31 -> 1.32
---
Log message:
Fix spelling of doxygen directive.
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/SymbolTable.h
diff -u llvm/include/llvm/SymbolTable.h:1.31 llvm/include/llvm/SymbolTable.h:1.32
--- llvm/include/llvm/SymbolTable.h:1.31 Tue May 25 03:45:53 2004
+++ llvm/include/llvm/SymbolTable.h Wed May 26 12:42:51 2004
@@ -306,7 +306,7 @@
/// 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);
More information about the llvm-commits
mailing list