diff options
-rw-r--r-- | llvm/include/llvm/CodeGen/FileWriters.h | 2 | ||||
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCMachOWriterInfo.cpp | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/llvm/include/llvm/CodeGen/FileWriters.h b/llvm/include/llvm/CodeGen/FileWriters.h index 26632541d9c..6baa89f21cd 100644 --- a/llvm/include/llvm/CodeGen/FileWriters.h +++ b/llvm/include/llvm/CodeGen/FileWriters.h @@ -1,4 +1,4 @@ -//===-- FileWriters.cpp - File Writers Creation Functions -------*- C++ -*-===// +//===-- FileWriters.h - File Writers Creation Functions ---------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/Target/PowerPC/PPCMachOWriterInfo.cpp b/llvm/lib/Target/PowerPC/PPCMachOWriterInfo.cpp index e2c2cebfc72..de3960d54f4 100644 --- a/llvm/lib/Target/PowerPC/PPCMachOWriterInfo.cpp +++ b/llvm/lib/Target/PowerPC/PPCMachOWriterInfo.cpp @@ -2,9 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by Nate Begeman and Bill Wendling and is distributed -// under the University of Illinois Open Source License. See LICENSE.TXT for -// details. +// This file was developed by Bill Wendling and is distributed under the +// University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // |