Fix typo in comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15318 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2004-07-29 04:22:30 +00:00
parent fc63adb1b9
commit 3638e9918c
2 changed files with 2 additions and 2 deletions

View 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:

View 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: