diff options
author | Jim Laskey <jlaskey@mac.com> | 2005-10-26 17:50:22 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2005-10-26 17:50:22 +0000 |
commit | ff2fcee846addcb64b6fad0efa339949d26b7390 (patch) | |
tree | 03347d31b4898db62aad4ef46edc44d867932b0c | |
parent | 6c302fc0757c20a6de52a788ffc675e5c5980971 (diff) | |
download | external_llvm-ff2fcee846addcb64b6fad0efa339949d26b7390.zip external_llvm-ff2fcee846addcb64b6fad0efa339949d26b7390.tar.gz external_llvm-ff2fcee846addcb64b6fad0efa339949d26b7390.tar.bz2 |
Typo x 2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24016 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/Alpha/AlphaSubtarget.h | 2 | ||||
-rw-r--r-- | lib/Target/PowerPC/PPCSubtarget.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/Alpha/AlphaSubtarget.h b/lib/Target/Alpha/AlphaSubtarget.h index d5847f3..4406b62 100644 --- a/lib/Target/Alpha/AlphaSubtarget.h +++ b/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 usto generated by tblgen. + /// subtarget options. Definition of function is into generated by tblgen. void ParseSubtargetFeatures(const std::string &FS, const std::string &CPU); bool hasF2I() const { return HasF2I; } diff --git a/lib/Target/PowerPC/PPCSubtarget.h b/lib/Target/PowerPC/PPCSubtarget.h index 5e94612..c98d699 100644 --- a/lib/Target/PowerPC/PPCSubtarget.h +++ b/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 usto generated by tblgen. + /// subtarget options. Definition of function is into generated by tblgen. void ParseSubtargetFeatures(const std::string &FS, const std::string &CPU); /// getStackAlignment - Returns the minimum alignment known to hold of the |