From: Chad Rosier Date: Wed, 19 Dec 2012 23:47:16 +0000 (+0000) Subject: Typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b248dbd6347d73bb2c44103a4f3b2a521050107;p=clang Typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170613 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/warning-options.cpp b/test/Driver/warning-options.cpp index c3a0214aa6..bd6fabfe1e 100644 --- a/test/Driver/warning-options.cpp +++ b/test/Driver/warning-options.cpp @@ -14,6 +14,6 @@ // ARCABI-NOT: unknown warning option '-Warc-abi' // ARCABI-NOT: unknown warning option '-Wno-arc-abi' -// Check that -isysroot warns on non-existant paths. +// Check that -isysroot warns on nonexistent paths. // RUN: %clang -### -c -target i386-apple-darwin10 -isysroot /FOO %s 2>&1 | FileCheck --check-prefix=CHECK-ISYSROOT %s // CHECK-ISYSROOT: warning: no such sysroot directory: '/FOO'