From 4152f8d82afc3ffc7a2aee2212115f70bc3ca1fe Mon Sep 17 00:00:00 2001 From: Sid Manning Date: Thu, 28 Aug 2014 14:16:32 +0000 Subject: [PATCH] Minor spelling correction. Reviewers: adasgupt, jverma, sidneym Differential Revision: http://reviews.llvm.org/D5025 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216667 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Hexagon/HexagonHardwareLoops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/Hexagon/HexagonHardwareLoops.cpp b/lib/Target/Hexagon/HexagonHardwareLoops.cpp index 69958b54ff8..e2062a34aa1 100644 --- a/lib/Target/Hexagon/HexagonHardwareLoops.cpp +++ b/lib/Target/Hexagon/HexagonHardwareLoops.cpp @@ -220,7 +220,7 @@ namespace { int HexagonHardwareLoops::Counter = 0; #endif - /// \brief Abstraction for a trip count of a loop. A smaller vesrsion + /// \brief Abstraction for a trip count of a loop. A smaller version /// of the MachineOperand class without the concerns of changing the /// operand representation. class CountValue {