diff options
Diffstat (limited to 'lib/Target/Alpha/AlphaISelPattern.cpp')
-rw-r--r-- | lib/Target/Alpha/AlphaISelPattern.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaISelPattern.cpp b/lib/Target/Alpha/AlphaISelPattern.cpp index 1f11065971..4256f62947 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<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); } |