[llvm-commits] CVS: llvm/include/Support/SetVector.h
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Jul 28 21:22:40 PDT 2004
Changes in directory llvm/include/Support:
SetVector.h updated: 1.4 -> 1.5
---
Log message:
Fix typo in comment.
---
Diffs of the changes: (+1 -1)
Index: llvm/include/Support/SetVector.h
diff -u llvm/include/Support/SetVector.h:1.4 llvm/include/Support/SetVector.h:1.5
--- llvm/include/Support/SetVector.h:1.4 Sun Jul 25 06:07:02 2004
+++ llvm/include/Support/SetVector.h Wed Jul 28 23:22:30 2004
@@ -26,7 +26,7 @@
/// This class provides a way to keep a set of things that also has the
/// property of a deterministic iteration order. The order of iteration is the
/// order of insertion.
-/// @breif A vector that has set insertion semantics.
+/// @brief A vector that has set insertion semantics.
template <typename T>
class SetVector {
public:
More information about the llvm-commits
mailing list