From 34aa4238142371d35d3774435b21cb966b2a2c28 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 9 Jun 2010 03:49:12 +0000 Subject: [PATCH] Typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105677 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMTargetMachine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/ARM/ARMTargetMachine.cpp b/lib/Target/ARM/ARMTargetMachine.cpp index 0060c23dd3f..4ec26db2882 100644 --- a/lib/Target/ARM/ARMTargetMachine.cpp +++ b/lib/Target/ARM/ARMTargetMachine.cpp @@ -24,7 +24,7 @@ using namespace llvm; static cl::opt EarlyITBlockFormation("thumb2-early-it-blocks", cl::Hidden, - cl::desc("Form IT blocks earlt, before register allocation"), + cl::desc("Form IT blocks early before register allocation"), cl::init(false)); static MCAsmInfo *createMCAsmInfo(const Target &T, StringRef TT) {