From: Dan Gohman Date: Mon, 11 Jan 2016 11:49:44 +0000 (+0000) Subject: [WebAssembly] Fix a typo in a comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=695f0f8a74af224e4fe1fd078c5cdc32442ebd33;p=clang [WebAssembly] Fix a typo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@257327 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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