summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/char-literal.c
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-04-15 05:22:18 +0000
committerChris Lattner <sabre@nondot.org>2011-04-15 05:22:18 +0000
commit57540c5be0c31cc91cc608462954bdd7cf8a44e7 (patch)
treee7e0d92899935d210ba57ca6c430bb733ceccb58 /clang/test/CodeGen/char-literal.c
parent0ab5e2cdedba59b4f81152d72d70e1796f796834 (diff)
downloadbcm5719-llvm-57540c5be0c31cc91cc608462954bdd7cf8a44e7.tar.gz
bcm5719-llvm-57540c5be0c31cc91cc608462954bdd7cf8a44e7.zip
fix a bunch of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes! llvm-svn: 129559
Diffstat (limited to 'clang/test/CodeGen/char-literal.c')
-rw-r--r--clang/test/CodeGen/char-literal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/char-literal.c b/clang/test/CodeGen/char-literal.c
index aff76d280d3..322041c0049 100644
--- a/clang/test/CodeGen/char-literal.c
+++ b/clang/test/CodeGen/char-literal.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -x c++ -triple i386-unknown-unkown -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -x c++ -triple i386-unknown-unknown -emit-llvm %s -o - | FileCheck %s
// Runs in c++ mode so that wchar_t is available.
int main() {
OpenPOWER on IntegriCloud