mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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:
parent
fc63adb1b9
commit
3638e9918c
@ -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:
|
||||
|
@ -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…
Reference in New Issue
Block a user