mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 11:17:31 +00:00
Fix typo in comment.
llvm-svn: 15318
This commit is contained in:
parent
8061d1a01f
commit
67380b8333
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user