summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-09-24 15:50:11 +0000
committerDan Gohman <gohman@apple.com>2007-09-24 15:50:11 +0000
commitea81d095dcd3ff37fb2ccb6dae31fdf00f45a1b9 (patch)
treec99bc0f43c83adebde2539a046dc4de284fa5a2e
parent746767b097869a3277e5edf5e5e2a115a3eab84e (diff)
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42263 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/Generic/fwdtwice.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/fwdtwice.ll b/test/CodeGen/Generic/fwdtwice.ll
index ec085ec311e..84ea87e9a8c 100644
--- a/test/CodeGen/Generic/fwdtwice.ll
+++ b/test/CodeGen/Generic/fwdtwice.ll
@@ -4,7 +4,7 @@
;; Test the sequence:
;; cast -> setle 0, %cast -> br %cond
;; This sequence should cause the cast value to be forwarded twice,
-;; i.e., cast is forwarded to the setle and teh setle is forwarded
+;; i.e., cast is forwarded to the setle and the setle is forwarded
;; to the branch.
;; register argument of the "branch-on-register" instruction, i.e.,
;;