fix debug comment

M    src/core/SkPixelRef.cpp
M    src/core/SkFlattenable.cpp



git-svn-id: http://skia.googlecode.com/svn/trunk@2886 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/core/SkFlattenable.cpp b/src/core/SkFlattenable.cpp
index 7f22e6e..59a262a 100644
--- a/src/core/SkFlattenable.cpp
+++ b/src/core/SkFlattenable.cpp
@@ -352,8 +352,8 @@
 static void report_no_entries(const char* functionName) {
     if (!gCount) {
         SkDebugf("%s has no registered name/factory pairs."
-            " Call SkGraphics::InitializeGlobals() at process initialization"
-            " time.", functionName);   
+                 " Call SkGraphics::Init() at process initialization time.",
+                 functionName);
     }
 }
 #endif