From: Bill Wendling Date: Thu, 8 Feb 2007 06:05:08 +0000 (+0000) Subject: Fixed comments. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2f5bcb5f38e051ffa41b6257d9c0a0e94067dee4;p=oota-llvm.git Fixed comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34040 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/FileWriters.h b/include/llvm/CodeGen/FileWriters.h index 26632541d9c..6baa89f21cd 100644 --- a/include/llvm/CodeGen/FileWriters.h +++ b/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/lib/Target/PowerPC/PPCMachOWriterInfo.cpp b/lib/Target/PowerPC/PPCMachOWriterInfo.cpp index e2c2cebfc72..de3960d54f4 100644 --- a/lib/Target/PowerPC/PPCMachOWriterInfo.cpp +++ b/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. // //===----------------------------------------------------------------------===// //