Appease the colonials.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108845 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SplitKit.h b/lib/CodeGen/SplitKit.h
index 8716ccb..3d76772 100644
--- a/lib/CodeGen/SplitKit.h
+++ b/lib/CodeGen/SplitKit.h
@@ -47,7 +47,7 @@
   LoopPtrSet usingLoops_;
 
   // Sumarize statistics by counting instructions using curli_.
-  void analyseUses();
+  void analyzeUses();
 
 public:
   SplitAnalysis(const MachineFunction *mf, const LiveIntervals *lis,