Fix comment typos.
authorBob Wilson <bob.wilson@apple.com>
Mon, 13 Jul 2009 18:11:36 +0000 (18:11 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 13 Jul 2009 18:11:36 +0000 (18:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75479 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h

index dec7a72bedaaff5cbf7478a2965e951a9c48c6fc..83aa60f3032074ce1f01d5cdb56d820f765b64f8 100644 (file)
@@ -1114,7 +1114,7 @@ SDValue ARMTargetLowering::LowerRET(SDValue Op, SelectionDAG &DAG) {
 }
 
 // ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
-// their target countpart wrapped in the ARMISD::Wrapper node. Suppose N is
+// their target counterpart wrapped in the ARMISD::Wrapper node. Suppose N is
 // one of the above mentioned nodes. It has to be wrapped because otherwise
 // Select(N) returns N. So the raw TargetGlobalAddress nodes, etc. can only
 // be used to form addressing mode. These wrapped nodes will be selected
index 553a86d077b716cdc26f8f748ffcaa8bb7e916c0..abe8ca95f5b121240e6ba916bdf4464cc9975f4d 100644 (file)
@@ -205,7 +205,7 @@ namespace llvm {
     /// make the right decision when generating code for different targets.
     const ARMSubtarget *Subtarget;
 
-    /// ARMPCLabelIndex - Keep track the number of ARM PC labels created.
+    /// ARMPCLabelIndex - Keep track of the number of ARM PC labels created.
     ///
     unsigned ARMPCLabelIndex;