diff options
author | Sid Manning <sidneym@codeaurora.org> | 2014-08-28 14:16:32 +0000 |
---|---|---|
committer | Sid Manning <sidneym@codeaurora.org> | 2014-08-28 14:16:32 +0000 |
commit | 67a8936a8485a991d1e39bf29d2c807eed59e915 (patch) | |
tree | 409f1af6e2467599bfbadbf3e5aeb29572ff822d /llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp | |
parent | a4aa0d7cc02f4813140f41d97b2199f8057a854c (diff) | |
download | bcm5719-llvm-67a8936a8485a991d1e39bf29d2c807eed59e915.tar.gz bcm5719-llvm-67a8936a8485a991d1e39bf29d2c807eed59e915.zip |
Minor spelling correction.
Reviewers: adasgupt, jverma, sidneym
Differential Revision: http://reviews.llvm.org/D5025
llvm-svn: 216667
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp')
-rw-r--r-- | llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp b/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp index 69958b54ff8..e2062a34aa1 100644 --- a/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp +++ b/llvm/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 { |