summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Lindblad <lindblad@gmx.us>2021-12-30 20:34:55 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-01-03 16:48:51 -0500
commit8fa52f5cd5ac44d7506f4a38a6a9d86c63bc0f99 (patch)
treeb63854a4e4b572dfb880a83c11cde265b028ecfe
parent80e416aeca87a0133638c5fcb3f5b5ec67feb809 (diff)
downloadhaskell-8fa52f5cd5ac44d7506f4a38a6a9d86c63bc0f99.tar.gz
fix typo
-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.