Typo.
authorChad Rosier <mcrosier@apple.com>
Wed, 19 Dec 2012 23:47:16 +0000 (23:47 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 19 Dec 2012 23:47:16 +0000 (23:47 +0000)
llvm-svn: 170613

clang/test/Driver/warning-options.cpp

index c3a0214aa644c82a2f81092d93c16cf9d695deab..bd6fabfe1ee5a888bc7092c40f1cbb77ed87a50a 100644 (file)
@@ -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'