Fix filenames in header comment blocks
authorEd Maste <emaste@freebsd.org>
Wed, 9 Oct 2013 14:18:45 +0000 (14:18 +0000)
committerEd Maste <emaste@freebsd.org>
Wed, 9 Oct 2013 14:18:45 +0000 (14:18 +0000)
llvm-svn: 192296

lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_i386.cpp
lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_i386.h
lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_x86_64.cpp
lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_x86_64.h
lldb/source/Plugins/Process/POSIX/RegisterContextLinux_i386.cpp
lldb/source/Plugins/Process/POSIX/RegisterContextLinux_x86_64.cpp

index 628f078..5e8ecbd 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RegisterContextFreeBSD_i386.h ----------------------------*- C++ -*-===//
+//===-- RegisterContextFreeBSD_i386.cpp ------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 9dee1ab..4ec2ad3 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RegisterContextFreeBSD_i386.h -----------------------------*- C++ -*-===//
+//===-- RegisterContextFreeBSD_i386.h ---------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 26abce2..b708a5d 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RegisterContextFreeBSD_x86_64.h ------------------------*- C++ -*-===//
+//===-- RegisterContextFreeBSD_x86_64.cpp ----------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 0961172..731bb0e 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RegisterContextFreeBSD_x86_64.h ---------------------------*- C++ -*-===//
+//===-- RegisterContextFreeBSD_x86_64.h -------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 3e99126..1edbc0d 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RegisterContextLinux_i386.h ----------------------------*- C++ -*-===//
+//===-- RegisterContextLinux_i386.cpp --------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index f27e3d6..0bc87f5 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RegisterContextLinux_x86_64.h --------------------------*- C++ -*-===//
+//===-- RegisterContextLinux_x86_64.cpp ------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //