Fix typo in comment.

llvm-svn: 15318
This commit is contained in:
Brian Gaeke 2004-07-29 04:22:30 +00:00
parent 8061d1a01f
commit 67380b8333

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: