Fix a spelling error
authorNate Begeman <natebegeman@mac.com>
Fri, 26 Jan 2007 22:40:50 +0000 (22:40 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 26 Jan 2007 22:40:50 +0000 (22:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33556 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelLowering.h

index 47fd07dc8dc3d1aad766aa13c2cc90a036336332..f7e5b65dde0dc2070e1cec7af95204afbdc37e28 100644 (file)
@@ -23,7 +23,7 @@
 namespace llvm {
   namespace PPCISD {
     enum NodeType {
-      // Start the numbering where the builting ops and target ops leave off.
+      // Start the numbering where the builtin ops and target ops leave off.
       FIRST_NUMBER = ISD::BUILTIN_OP_END+PPC::INSTRUCTION_LIST_END,
 
       /// FSEL - Traditional three-operand fsel node.