diff options
author | Bob Wilson <bob.wilson@apple.com> | 2009-07-13 18:11:36 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2009-07-13 18:11:36 +0000 |
commit | 0c5f44ef85612448fb2eac6744f2ac4a5c55298c (patch) | |
tree | 6de7af148003976e30734ae3290cbf846cfe8bae /lib | |
parent | 22d1db5867e6879c7b2241ae64e45729f8cc963a (diff) | |
download | external_llvm-0c5f44ef85612448fb2eac6744f2ac4a5c55298c.zip external_llvm-0c5f44ef85612448fb2eac6744f2ac4a5c55298c.tar.gz external_llvm-0c5f44ef85612448fb2eac6744f2ac4a5c55298c.tar.bz2 |
Fix comment typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75479 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/ARM/ARMISelLowering.cpp | 2 | ||||
-rw-r--r-- | lib/Target/ARM/ARMISelLowering.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp index dec7a72..83aa60f 100644 --- a/lib/Target/ARM/ARMISelLowering.cpp +++ b/lib/Target/ARM/ARMISelLowering.cpp @@ -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 diff --git a/lib/Target/ARM/ARMISelLowering.h b/lib/Target/ARM/ARMISelLowering.h index 553a86d..abe8ca9 100644 --- a/lib/Target/ARM/ARMISelLowering.h +++ b/lib/Target/ARM/ARMISelLowering.h @@ -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; |