--- a/include/SDL_events.h Sun Jun 09 11:51:59 2013 +0200
+++ b/include/SDL_events.h Sun Jun 09 11:58:31 2013 +0200
@@ -59,7 +59,7 @@
/* Application events */
SDL_QUIT = 0x100, /**< User-requested quit */
- /* These application events have special meaning on iOS, see README.iOS for details */
+ /* These application events have special meaning on iOS, see README-ios.txt for details */
SDL_APP_TERMINATING, /**< The application is being terminated by the OS
Called on iOS in applicationWillTerminate()
Called on Android in onDestroy()