[llvm] r216667 - Minor spelling correction.

Sid Manning sidneym at codeaurora.org
Thu Aug 28 07:16:32 PDT 2014


Author: sidneym
Date: Thu Aug 28 09:16:32 2014
New Revision: 216667

URL: http://llvm.org/viewvc/llvm-project?rev=216667&view=rev
Log:
Minor spelling correction.

Reviewers: adasgupt, jverma, sidneym

Differential Revision: http://reviews.llvm.org/D5025

Modified:
    llvm/trunk/lib/Target/Hexagon/HexagonHardwareLoops.cpp

Modified: llvm/trunk/lib/Target/Hexagon/HexagonHardwareLoops.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Hexagon/HexagonHardwareLoops.cpp?rev=216667&r1=216666&r2=216667&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Hexagon/HexagonHardwareLoops.cpp (original)
+++ llvm/trunk/lib/Target/Hexagon/HexagonHardwareLoops.cpp Thu Aug 28 09:16:32 2014
@@ -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 {





More information about the llvm-commits mailing list