Fix spelling of `correlate'

llvm-svn: 22196
diff --git a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp
index 1f11065..4256f62 100644
--- a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp
+++ b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp
@@ -46,7 +46,7 @@
                              cl::desc("Print estimates on live ins and outs"),
                              cl::Hidden);
   cl::opt<bool> EnableAlphaLSMark("enable-alpha-lsmark",
-                             cl::desc("Emit symbols to corrolate Mem ops to LLVM Values"),
+                             cl::desc("Emit symbols to correlate Mem ops to LLVM Values"),
                              cl::Hidden);
 }