Improve conformance with the Misha spelling benchmark suite
[oota-llvm.git] / lib / CodeGen / MachineBasicBlock.cpp
index a69d1580a35b9e2325a07b8a9992c744cd2e000e..6774dde9ab3755eff1f7b76578962ab05fd5f2cc 100644 (file)
@@ -46,7 +46,7 @@ void ilist_traits<MachineBasicBlock>::removeNodeFromList(MachineBasicBlock* N) {
 }
 
 
-MachineInstr* ilist_traits<MachineInstr>::createSentinal() {
+MachineInstr* ilist_traits<MachineInstr>::createSentinel() {
   MachineInstr* dummy = new MachineInstr(0, 0);
   LeakDetector::removeGarbageObject(dummy);
   return dummy;