Skip to content
Snippets Groups Projects
Commit 2795a34a authored by Brian Gaeke's avatar Brian Gaeke
Browse files

Fix typo in comment.

llvm-svn: 15318
parent 3cf8d5b0
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment