summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/tests/llvm/should_compile/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/llvm/should_compile/all.T b/testsuite/tests/llvm/should_compile/all.T
index da744b41f4..d0678eb171 100644
--- a/testsuite/tests/llvm/should_compile/all.T
+++ b/testsuite/tests/llvm/should_compile/all.T
@@ -6,7 +6,7 @@ def f( name, opts ):
setTestOpts(f)
# Apples LLVM Toolchain knows about a `vortex` cpu (and possibly others), that
-# the stock LLVM toolchain doesn't know abotu and will warn about. Let's not
+# the stock LLVM toolchain doesn't know about and will warn about. Let's not
# have test fail just because of processor name differences due to different
# LLVM Toolchains. GHC tries to pass what apple expects (on darwin), but can
# be used with the stock LLVM toolchain as well.