diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-09-29 21:11:57 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-09-29 21:11:57 +0000 |
commit | 68fd4866ded709e53672cfc303e8303e212e3fba (patch) | |
tree | 73e5c7a64bb5eedd500f09766f9c9c813977ecdb /lib | |
parent | 221e53caeac3be62f92dc3d76340557f8c2875f1 (diff) | |
download | external_llvm-68fd4866ded709e53672cfc303e8303e212e3fba.zip external_llvm-68fd4866ded709e53672cfc303e8303e212e3fba.tar.gz external_llvm-68fd4866ded709e53672cfc303e8303e212e3fba.tar.bz2 |
copy and paste error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23528 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/PowerPC/PPCSubtarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCSubtarget.h b/lib/Target/PowerPC/PPCSubtarget.h index 1e428f5..45fbd3c 100644 --- a/lib/Target/PowerPC/PPCSubtarget.h +++ b/lib/Target/PowerPC/PPCSubtarget.h @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file declares the X86 specific subclass of TargetSubtarget. +// This file declares the PowerPC specific subclass of TargetSubtarget. // //===----------------------------------------------------------------------===// |