diff --git a/src/Fl.cxx b/src/Fl.cxx
index 7638160d9..6c11abfad 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -537,11 +537,11 @@ static Fl_Win32_At_Exit win32_at_exit;
any Fl::add_fd() callbacks. It then handles the events and
calls the callbacks and then returns.
- The return value of the first form is non-zero if there are
+ The return value of Fl::wait() is non-zero if there are
any visible windows - this may change in future versions of
FLTK.
- The second form waits a maximum of time
+ Fl::wait(time) waits a maximum of time
seconds. It can return much sooner if something happens.
The return value is positive if an event or fd happens before the