From: Misha Brukman Date: Mon, 6 Jun 2005 19:08:04 +0000 (+0000) Subject: Fix spelling of `correlate' X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5e96a3a49fc1d5b4ec2b15743a93afda04c763ec;p=oota-llvm.git 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 1f11065971d..4256f629477 100644 --- a/lib/Target/Alpha/AlphaISelPattern.cpp +++ b/lib/Target/Alpha/AlphaISelPattern.cpp @@ -46,7 +46,7 @@ namespace llvm { cl::desc("Print estimates on live ins and outs"), cl::Hidden); cl::opt 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); }