Fix typo in comment.
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 29 Jul 2004 04:22:30 +0000 (04:22 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 29 Jul 2004 04:22:30 +0000 (04:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15318 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/SetVector.h
include/llvm/ADT/SetVector.h

index 5945f95bacd3353093a4b59c349cc444d5937ffe..c72f49bce89ecc882e3b6163706d470fda46cb73 100644 (file)
@@ -26,7 +26,7 @@ namespace llvm {
 /// 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:
index 5945f95bacd3353093a4b59c349cc444d5937ffe..c72f49bce89ecc882e3b6163706d470fda46cb73 100644 (file)
@@ -26,7 +26,7 @@ namespace llvm {
 /// 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: