summaryrefslogtreecommitdiff
path: root/test/Driver/wasm-toolchain.c
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2016-01-11 11:49:44 +0000
committerDan Gohman <dan433584@gmail.com>2016-01-11 11:49:44 +0000
commit695f0f8a74af224e4fe1fd078c5cdc32442ebd33 (patch)
tree8ca97a2e4232a53de305988f0a17e4a4ce4f6e1d /test/Driver/wasm-toolchain.c
parentb1d9c952184a15d6ddde5efb2a78fb069a42673c (diff)
downloadclang-695f0f8a74af224e4fe1fd078c5cdc32442ebd33.tar.gz
[WebAssembly] Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@257327 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/wasm-toolchain.c')
-rw-r--r--test/Driver/wasm-toolchain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/wasm-toolchain.c b/test/Driver/wasm-toolchain.c
index a51da0891c..b9685b1601 100644
--- a/test/Driver/wasm-toolchain.c
+++ b/test/Driver/wasm-toolchain.c
@@ -18,7 +18,7 @@
// NO_DATA_SECTIONS-NOT: data-sections
// Ditto, but ensure that a user -fvisibility=default disables the default
-// -fvisibilt=hidden.
+// -fvisibility=hidden.
// RUN: %clang %s -### -target wasm32-unknown-unknown -fvisibility=default 2>&1 | FileCheck -check-prefix=FVISIBILITY_DEFAULT %s
// FVISIBILITY_DEFAULT-NOT: hidden