From 3638e9918c632ab517066d79790601d25de568c9 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Thu, 29 Jul 2004 04:22:30 +0000 Subject: [PATCH] Fix typo in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15318 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/Support/SetVector.h | 2 +- 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 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: -- 2.34.1