[Lldb-commits] [lldb] r136809 - in /lldb/trunk/test: benchmarks/example/main.cpp functionalities/non-overlapping-index-variable-i/main.cpp
Johnny Chen
johnny.chen at apple.com
Wed Aug 3 13:40:35 PDT 2011
Author: johnny
Date: Wed Aug 3 15:40:35 2011
New Revision: 136809
URL: http://llvm.org/viewvc/llvm-project?rev=136809&view=rev
Log:
Fix typos.
Modified:
lldb/trunk/test/benchmarks/example/main.cpp
lldb/trunk/test/functionalities/non-overlapping-index-variable-i/main.cpp
Modified: lldb/trunk/test/benchmarks/example/main.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/benchmarks/example/main.cpp?rev=136809&r1=136808&r2=136809&view=diff
==============================================================================
--- lldb/trunk/test/benchmarks/example/main.cpp (original)
+++ lldb/trunk/test/benchmarks/example/main.cpp Wed Aug 3 15:40:35 2011
@@ -1,4 +1,4 @@
-//===-- main.c --------------------------------------------------*- C++ -*-===//
+//===-- main.cpp ------------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
Modified: lldb/trunk/test/functionalities/non-overlapping-index-variable-i/main.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/non-overlapping-index-variable-i/main.cpp?rev=136809&r1=136808&r2=136809&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/non-overlapping-index-variable-i/main.cpp (original)
+++ lldb/trunk/test/functionalities/non-overlapping-index-variable-i/main.cpp Wed Aug 3 15:40:35 2011
@@ -1,4 +1,4 @@
-//===-- main.c --------------------------------------------------*- C++ -*-===//
+//===-- main.cpp ------------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the lldb-commits
mailing list