X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e24c2af0f22f9fff6922885eed7a1bef1b92112..3201a1046ba71ba8e5ef2ed694fde34d12f743f3:/interface/app.h?ds=sidebyside

diff --git a/interface/app.h b/interface/app.h
index 9577e621fa..cf79e46a12 100644
--- a/interface/app.h
+++ b/interface/app.h
@@ -203,8 +203,7 @@ public:
         Called by wxWidgets on creation of the application. Override this if you wish
         to provide your own (environment-dependent) main loop.
 
-        @returns Returns 0 under X, and the wParam of the WM_QUIT message under
-                 Windows.
+        @return 0 under X, and the wParam of the WM_QUIT message under Windows.
     */
     virtual int MainLoop();