summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Fl_Bitmap.cxx4
-rw-r--r--src/Fl_XBM_Image.cxx5
-rw-r--r--src/Fl_XPM_Image.cxx5
3 files changed, 8 insertions, 6 deletions
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() {
diff --git a/src/Fl_XBM_Image.cxx b/src/Fl_XBM_Image.cxx
index 40afbbef9..25f23a4dd 100644
--- a/src/Fl_XBM_Image.cxx
+++ b/src/Fl_XBM_Image.cxx
@@ -3,7 +3,7 @@
//
// Fl_XBM_Image routines.
//
-// Copyright 1997-2010 by Bill Spitzak and others.
+// Copyright 1997-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
@@ -37,7 +37,8 @@
/**
The constructor loads the named XBM file from the given name filename.
- <P>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 image.
*/
Fl_XBM_Image::Fl_XBM_Image(const char *name) : Fl_Bitmap((const char *)0,0,0) {
diff --git a/src/Fl_XPM_Image.cxx b/src/Fl_XPM_Image.cxx
index 81794b00c..1345cbad9 100644
--- a/src/Fl_XPM_Image.cxx
+++ b/src/Fl_XPM_Image.cxx
@@ -3,7 +3,7 @@
//
// Fl_XPM_Image routines.
//
-// Copyright 1997-2010 by Bill Spitzak and others.
+// Copyright 1997-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
@@ -46,7 +46,8 @@ static int hexdigit(int x) { // I - Hex digit...
#define INITIALLINES 256
/**
The constructor loads the XPM image from the name filename.
- <P>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 image.
*/
Fl_XPM_Image::Fl_XPM_Image(const char *name) : Fl_Pixmap((char *const*)0) {