diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-08-03 20:40:35 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-08-03 20:40:35 +0000 |
| commit | c99dd97fc5da2ecb563580127f141cd510c2bfd4 (patch) | |
| tree | 0140b38cc8cda759f17848935e360203b37e66e7 | |
| parent | a8d4df429ae0bd464978cd67168abb712a84643b (diff) | |
| download | bcm5719-llvm-c99dd97fc5da2ecb563580127f141cd510c2bfd4.tar.gz bcm5719-llvm-c99dd97fc5da2ecb563580127f141cd510c2bfd4.zip | |
Fix typos.
llvm-svn: 136809
| -rw-r--r-- | lldb/test/benchmarks/example/main.cpp | 2 | ||||
| -rw-r--r-- | lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/benchmarks/example/main.cpp b/lldb/test/benchmarks/example/main.cpp index ac73a70b0a4..8f2706e2638 100644 --- a/lldb/test/benchmarks/example/main.cpp +++ b/lldb/test/benchmarks/example/main.cpp @@ -1,4 +1,4 @@ -//===-- main.c --------------------------------------------------*- C++ -*-===// +//===-- main.cpp ------------------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp b/lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp index a678dad3423..b4f519cd25a 100644 --- a/lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp +++ b/lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp @@ -1,4 +1,4 @@ -//===-- main.c --------------------------------------------------*- C++ -*-===// +//===-- main.cpp ------------------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |

