fgProcessWork, not fgPlatformProcessWork
[freeglut] / src / android / fg_main_android.c
index 77e43b3..7016755 100644 (file)
@@ -465,7 +465,7 @@ void fgPlatformProcessSingleEvent ( void )
        * be not possible to ensure InitContext CB gets called before\r
        * Resume CB like that.. so maybe just force calling initContext CB\r
        * here is best. Or we could force work on the window in question..\r
-       * 1) save old work mask, 2) set mask to init only, 3) call fgPlatformProcessWork directly\r
+       * 1) save old work mask, 2) set mask to init only, 3) call fgProcessWork directly\r
        * 4) set work mask back to the one saved in step 1.\r
        */\r
       if (!FETCH_WCB(*window, InitContext))\r