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 /lib/Target/Alpha/AlphaSubtarget.h | |
parent | 6c302fc0757c20a6de52a788ffc675e5c5980971 (diff) |
Typo x 2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24016 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaSubtarget.h')
-rw-r--r-- | lib/Target/Alpha/AlphaSubtarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaSubtarget.h b/lib/Target/Alpha/AlphaSubtarget.h index d5847f3bf3..4406b623e0 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; } |