Fix spelling of `correlate'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22196 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2005-06-06 19:08:04 +00:00
parent cd7f8cf70b
commit 5e96a3a49f

View File

@ -46,7 +46,7 @@ namespace llvm {
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);
}