typo.
authorAdrian Prantl <aprantl@apple.com>
Wed, 24 Jul 2013 20:44:20 +0000 (20:44 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 24 Jul 2013 20:44:20 +0000 (20:44 +0000)
llvm-svn: 187075

clang/test/CodeGenCXX/linetable-cleanup.cpp

index 4077af6..1f117f2 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin10 %s -o - | FileCheck %s
 
-// Check the line numbers for cleanup code with EH in combinatin with
+// Check the line numbers for cleanup code with EH in combination with
 // simple return expressions.
 
 // CHECK: define {{.*}}foo