Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Mon, 24 Sep 2007 15:50:11 +0000 (15:50 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 24 Sep 2007 15:50:11 +0000 (15:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42263 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Generic/fwdtwice.ll

index ec085ec311e6c29a8ff610cb9446ea522b8687d7..84ea87e9a8c5a3cd4073024bf06dd6f8424815ce 100644 (file)
@@ -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.,
 ;;