r187075 - typo.

Adrian Prantl aprantl at apple.com
Wed Jul 24 13:44:20 PDT 2013


Author: adrian
Date: Wed Jul 24 15:44:20 2013
New Revision: 187075

URL: http://llvm.org/viewvc/llvm-project?rev=187075&view=rev
Log:
typo.

Modified:
    cfe/trunk/test/CodeGenCXX/linetable-cleanup.cpp

Modified: cfe/trunk/test/CodeGenCXX/linetable-cleanup.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/linetable-cleanup.cpp?rev=187075&r1=187074&r2=187075&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/linetable-cleanup.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/linetable-cleanup.cpp Wed Jul 24 15:44:20 2013
@@ -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





More information about the cfe-commits mailing list