diff --git a/src/Fl_Scroll.cxx b/src/Fl_Scroll.cxx index f62b71fae..ad11a64d5 100644 --- a/src/Fl_Scroll.cxx +++ b/src/Fl_Scroll.cxx @@ -391,7 +391,7 @@ void Fl_Scroll::scrollbar_cb(Fl_Widget* o, void*) {
The destructor also deletes all the children. This allows a whole tree to be deleted at once, without having to keep a pointer to all the children in the user code. A kludge has been done so the - Fl_Scroll and all of it's children can be automatic (local) + Fl_Scroll and all of its children can be automatic (local) variables, but you must declare the Fl_Scrollfirst, so that it is destroyed last. */