diff options
Diffstat (limited to 'contrib/llvm/lib/Target/Alpha/Alpha.td')
-rw-r--r-- | contrib/llvm/lib/Target/Alpha/Alpha.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/lib/Target/Alpha/Alpha.td b/contrib/llvm/lib/Target/Alpha/Alpha.td index 4508eda..ae79c2e 100644 --- a/contrib/llvm/lib/Target/Alpha/Alpha.td +++ b/contrib/llvm/lib/Target/Alpha/Alpha.td @@ -21,7 +21,7 @@ include "llvm/Target/Target.td" //===----------------------------------------------------------------------===// def FeatureCIX : SubtargetFeature<"cix", "HasCT", "true", - "Enable CIX extentions">; + "Enable CIX extensions">; //===----------------------------------------------------------------------===// // Register File Description |