diff --git a/include/Support/SetVector.h b/include/Support/SetVector.h index 5945f95bacd..c72f49bce89 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 class SetVector { public: diff --git a/include/llvm/ADT/SetVector.h b/include/llvm/ADT/SetVector.h index 5945f95bacd..c72f49bce89 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 class SetVector { public: