From 242d5365e66af53fc936b5ceba5cbcb8b0acf24b Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 14 Oct 2016 14:33:18 +0000 Subject: Documentation fixes. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12027 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Bitmap.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Fl_Bitmap.cxx') diff --git a/src/Fl_Bitmap.cxx b/src/Fl_Bitmap.cxx index c2f5e22c2..58fa411fe 100644 --- a/src/Fl_Bitmap.cxx +++ b/src/Fl_Bitmap.cxx @@ -3,7 +3,7 @@ // // Bitmap drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -137,7 +137,7 @@ int Fl_Bitmap::start(int XP, int YP, int WP, int HP, int &cx, int &cy, } /** - The destructor free all memory and server resources that are used by + The destructor frees all memory and server resources that are used by the bitmap. */ Fl_Bitmap::~Fl_Bitmap() { -- cgit v1.2.3