diff options
author | Bill Wendling <isanbard@gmail.com> | 2007-02-08 06:05:08 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2007-02-08 06:05:08 +0000 |
commit | 2f5bcb5f38e051ffa41b6257d9c0a0e94067dee4 (patch) | |
tree | 1143c17e704cff791360151c93e487385a8b53fb /lib/Target/PowerPC/PPCMachOWriterInfo.cpp | |
parent | f50d09ad21dbb16e35460d63d23d331a2cac7a91 (diff) |
Fixed comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34040 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCMachOWriterInfo.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCMachOWriterInfo.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Target/PowerPC/PPCMachOWriterInfo.cpp b/lib/Target/PowerPC/PPCMachOWriterInfo.cpp index e2c2cebfc7..de3960d54f 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. // //===----------------------------------------------------------------------===// // |