diff options
-rw-r--r-- | include/Support/SetVector.h | 2 | ||||
-rw-r--r-- | include/llvm/ADT/SetVector.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/Support/SetVector.h b/include/Support/SetVector.h index 5945f95bac..c72f49bce8 100644 --- a/include/Support/SetVector.h +++ b/include/Support/SetVector.h @@ -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: diff --git a/include/llvm/ADT/SetVector.h b/include/llvm/ADT/SetVector.h index 5945f95bac..c72f49bce8 100644 --- a/include/llvm/ADT/SetVector.h +++ b/include/llvm/ADT/SetVector.h @@ -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: |