Fix help text.

llvm-svn: 116218
diff --git a/llvm/lib/Target/ARM/ARMFastISel.cpp b/llvm/lib/Target/ARM/ARMFastISel.cpp
index f290bac..044da00 100644
--- a/llvm/lib/Target/ARM/ARMFastISel.cpp
+++ b/llvm/lib/Target/ARM/ARMFastISel.cpp
@@ -47,7 +47,7 @@
 
 static cl::opt<bool>
 DisableARMFastISel("disable-arm-fast-isel",
-                    cl::desc("Turn on experimental ARM fast-isel support"),
+                    cl::desc("Turn off experimental ARM fast-isel support"),
                     cl::init(false), cl::Hidden);
 
 namespace {