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 | 17c28fa36bb63a32c65a00b182e1c268e18eb569 (patch) | |
| tree | d30ec5737f6c265c9f748efb3482fd40ed9bb3a8 | |
| parent | 84a1100dabc523341df5b856060e1db27b06d4b4 (diff) | |
| download | bcm5719-llvm-17c28fa36bb63a32c65a00b182e1c268e18eb569.tar.gz bcm5719-llvm-17c28fa36bb63a32c65a00b182e1c268e18eb569.zip | |
spell this right!
llvm-svn: 23097
| -rw-r--r-- | llvm/include/llvm/Target/TargetLowering.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/include/llvm/Target/TargetLowering.h b/llvm/include/llvm/Target/TargetLowering.h index 58be8a257a7..0dc8836242d 100644 --- a/llvm/include/llvm/Target/TargetLowering.h +++ b/llvm/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. | 

