diff options
| author | Jim Laskey <jlaskey@mac.com> | 2005-10-26 18:07:50 +0000 |
|---|---|---|
| committer | Jim Laskey <jlaskey@mac.com> | 2005-10-26 18:07:50 +0000 |
| commit | 75eab3ca631500015d912b7c40679ad1eaf922d5 (patch) | |
| tree | fe02b4bd83e4c16b88690f595781df45ead12d2f /llvm/lib | |
| parent | f718a9e17b466040f6ceb535d54ee2b62291f821 (diff) | |
| download | bcm5719-llvm-75eab3ca631500015d912b7c40679ad1eaf922d5.tar.gz bcm5719-llvm-75eab3ca631500015d912b7c40679ad1eaf922d5.zip | |
Typo made worse x 2 - take 2.
llvm-svn: 24018
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaSubtarget.h | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCSubtarget.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaSubtarget.h b/llvm/lib/Target/Alpha/AlphaSubtarget.h index 4406b623e07..ea61ec7ef0a 100644 --- a/llvm/lib/Target/Alpha/AlphaSubtarget.h +++ b/llvm/lib/Target/Alpha/AlphaSubtarget.h @@ -35,7 +35,7 @@ public: AlphaSubtarget(const Module &M, const std::string &FS); /// ParseSubtargetFeatures - Parses features string setting specified - /// subtarget options. Definition of function is into generated by tblgen. + /// subtarget options. Definition of function is auto generated by tblgen. void ParseSubtargetFeatures(const std::string &FS, const std::string &CPU); bool hasF2I() const { return HasF2I; } diff --git a/llvm/lib/Target/PowerPC/PPCSubtarget.h b/llvm/lib/Target/PowerPC/PPCSubtarget.h index c98d6990e87..a457751886f 100644 --- a/llvm/lib/Target/PowerPC/PPCSubtarget.h +++ b/llvm/lib/Target/PowerPC/PPCSubtarget.h @@ -42,7 +42,7 @@ public: PPCSubtarget(const Module &M, const std::string &FS); /// ParseSubtargetFeatures - Parses features string setting specified - /// subtarget options. Definition of function is into generated by tblgen. + /// subtarget options. Definition of function is auto generated by tblgen. void ParseSubtargetFeatures(const std::string &FS, const std::string &CPU); /// getStackAlignment - Returns the minimum alignment known to hold of the |

