Fix a comment typo.
authorBob Wilson <bob.wilson@apple.com>
Tue, 15 Jun 2010 18:19:27 +0000 (18:19 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 15 Jun 2010 18:19:27 +0000 (18:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106015 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/IfConversion.cpp

index daf4e7898cca5659afbe0c0df4733841cadbb547..3c9071b5b96971df7e4bbc9448b58bcb0dfeaffb 100644 (file)
@@ -115,7 +115,7 @@ namespace {
                  BB(0), TrueBB(0), FalseBB(0) {}
     };
 
-    /// IfcvtToken - Record information about pending if-conversions to attemp:
+    /// IfcvtToken - Record information about pending if-conversions to attempt:
     /// BBI             - Corresponding BBInfo.
     /// Kind            - Type of block. See IfcvtKind.
     /// NeedSubsumption - True if the to-be-predicated BB has already been