X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/86afa786d407783041717b982abe8b673c92fca2..7eb872f4d67141f723745f04b478dda03907d4b6:/src/msw/gsocket.cpp diff --git a/src/msw/gsocket.cpp b/src/msw/gsocket.cpp index 9b7bb39ed5..620ad39cbf 100644 --- a/src/msw/gsocket.cpp +++ b/src/msw/gsocket.cpp @@ -508,7 +508,7 @@ GSocket *GSocket::WaitConnection() * make the appropriate setsockopt() call. * Implemented as a GSocket function because clients (ie, wxSocketServer) * don't have access to the GSocket struct information. -* Returns TRUE if the flag was set correctly, FALSE if an error occured +* Returns true if the flag was set correctly, false if an error occured * (ie, if the parameter was NULL) */ bool GSocket::SetReusable()