diff options
author | Chris Lattner <sabre@nondot.org> | 2005-08-26 20:53:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-08-26 20:53:44 +0000 |
commit | 8fae46675dbd636f68fde437263d7e6fb03c482a (patch) | |
tree | 417983767c4ecb87a363411ef2fbca2f514d5728 | |
parent | a8fbee6f09f06ae224d855e07093c5e70b3fb694 (diff) |
spell this right!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23097 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Target/TargetLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index 58be8a257a..0dc8836242 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -338,7 +338,7 @@ public: // // InsertAtEndOfBasicBlock - This method should be implemented by targets that - // mark instructions with the 'usesCustomDAGSChedInserter' flag. These + // mark instructions with the 'usesCustomDAGSchedInserter' flag. These // instructions are special in various ways, which require special support to // insert. The specified MachineInstr is created but not inserted into any // basic blocks, and the scheduler passes ownership of it to this method. |