[Lldb-commits] [lldb] r227222 - Fix copy paste error in file header.

Chaoren Lin chaorenl at google.com
Tue Jan 27 10:40:25 PST 2015


Author: chaoren
Date: Tue Jan 27 12:40:25 2015
New Revision: 227222

URL: http://llvm.org/viewvc/llvm-project?rev=227222&view=rev
Log:
Fix copy paste error in file header.

Modified:
    lldb/trunk/source/Host/common/NativeBreakpointList.cpp

Modified: lldb/trunk/source/Host/common/NativeBreakpointList.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/common/NativeBreakpointList.cpp?rev=227222&r1=227221&r2=227222&view=diff
==============================================================================
--- lldb/trunk/source/Host/common/NativeBreakpointList.cpp (original)
+++ lldb/trunk/source/Host/common/NativeBreakpointList.cpp Tue Jan 27 12:40:25 2015
@@ -1,4 +1,4 @@
-//===-- NativeBreakpointList.h ----------------------------------*- C++ -*-===//
+//===-- NativeBreakpointList.cpp --------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the lldb-commits mailing list