Fix spelling of `correlate'


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22196 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaISelPattern.cpp b/lib/Target/Alpha/AlphaISelPattern.cpp
index 1f11065..4256f62 100644
--- a/lib/Target/Alpha/AlphaISelPattern.cpp
+++ b/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);
 }