diff options
author | Adrian Prantl <aprantl@apple.com> | 2013-07-24 20:44:20 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2013-07-24 20:44:20 +0000 |
commit | 6815d6cea1c3af2e20a00f407c84595abf5999dd (patch) | |
tree | 09b2a71294cf40d3a04c5d64b9b11abd729dd994 /clang/test/CodeGenCXX/linetable-cleanup.cpp | |
parent | 49a78563d207183bda27e5756464f7c6ae64e289 (diff) | |
download | bcm5719-llvm-6815d6cea1c3af2e20a00f407c84595abf5999dd.tar.gz bcm5719-llvm-6815d6cea1c3af2e20a00f407c84595abf5999dd.zip |
typo.
llvm-svn: 187075
Diffstat (limited to 'clang/test/CodeGenCXX/linetable-cleanup.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/linetable-cleanup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/linetable-cleanup.cpp b/clang/test/CodeGenCXX/linetable-cleanup.cpp index 4077af6d8e0..1f117f2afa5 100644 --- a/clang/test/CodeGenCXX/linetable-cleanup.cpp +++ b/clang/test/CodeGenCXX/linetable-cleanup.cpp @@ -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 |