Fix typo.
authorJeff Cohen <jeffc@jolt-lang.org>
Sun, 29 Jan 2006 03:45:35 +0000 (03:45 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Sun, 29 Jan 2006 03:45:35 +0000 (03:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25760 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86.td

index 6b7b131bb40c9fead54c2786e6641087d8b943c4..cb7793dfeab5297b2137fd7838b65123d02e0c50 100644 (file)
@@ -21,7 +21,7 @@ include "../Target.td"
 //
  
 def Feature64Bit     : SubtargetFeature<"64bit", "Is64Bit", "true",
-                                        "Enabl e 64-bit instructions">;
+                                        "Enable 64-bit instructions">;
 def FeatureMMX       : SubtargetFeature<"mmx","X86SSELevel", "MMX",
                                         "Enable MMX instructions">;
 def FeatureSSE       : SubtargetFeature<"sse", "X86SSELevel", "SSE",