diff src/xterm.h @ 6571:ef864f9fd3cc

Fix typo in comment.
author Karl Heuer <kwzh@gnu.org>
date Tue, 29 Mar 1994 05:54:39 +0000
parents fb5923ece02c
children ec7c89180b65
line wrap: on
line diff
--- a/src/xterm.h	Tue Mar 29 05:22:29 1994 +0000
+++ b/src/xterm.h	Tue Mar 29 05:54:39 1994 +0000
@@ -102,8 +102,8 @@
 #define Color XColor
 
 #define XExposeRegionEvent XExposeEvent
-#define Bitmap Pixmap			/* In X11, Bitmaps are are kind of
-					   Pixmap. */
+#define Bitmap Pixmap			/* In X11, Bitmaps are a kind of
+					   Pixmap.  */
 #define WINDOWINFO_TYPE XWindowAttributes
 #define XGetWindowInfo(w, i) XGetWindowAttributes (x_current_display, \
 						   (w), (i))