aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-11-26 05:29:01 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-11-26 05:29:01 +0000
commit8aab7fea5aaaf8481e7a23ffdd8710d361cf0d23 (patch)
tree865e67e17d485c949a0df87101b0b34600be9d64
parent791494e143c2b214f0c9ea6fd7ef120fdd52db8b (diff)
downloadmeson-8aab7fea5aaaf8481e7a23ffdd8710d361cf0d23.zip
meson-8aab7fea5aaaf8481e7a23ffdd8710d361cf0d23.tar.gz
meson-8aab7fea5aaaf8481e7a23ffdd8710d361cf0d23.tar.bz2
spelling: executable
-rw-r--r--test cases/common/126 llvm ir and assembly/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/126 llvm ir and assembly/meson.build b/test cases/common/126 llvm ir and assembly/meson.build
index 4ce4636..acff93f 100644
--- a/test cases/common/126 llvm ir and assembly/meson.build
+++ b/test cases/common/126 llvm ir and assembly/meson.build
@@ -6,7 +6,7 @@ supported_cpus = ['arm', 'x86', 'x86_64']
foreach lang : ['c', 'cpp']
cc = meson.get_compiler(lang)
cc_id = cc.get_id()
- ## Build a trivial executale with mixed LLVM IR source
+ ## Build a trivial executable with mixed LLVM IR source
if cc_id == 'clang'
e = executable('square_ir_' + lang, 'square.ll', 'main.' + lang)
test('test IR square' + lang, e)