changeset 6571:ef864f9fd3cc

Fix typo in comment.
author Karl Heuer <kwzh@gnu.org>
date Tue, 29 Mar 1994 05:54:39 +0000
parents 2c6d3ba470bb
children 8f28e5ce91cc
files src/buffer.h src/xterm.h
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.h	Tue Mar 29 05:22:29 1994 +0000
+++ b/src/buffer.h	Tue Mar 29 05:54:39 1994 +0000
@@ -204,7 +204,7 @@
     Lisp_Object filename;
     /* Dir for expanding relative pathnames */
     Lisp_Object directory;
-    /* true iff this buffer has been been backed
+    /* true iff this buffer has been backed
        up (if you write to its associated file
        and it hasn't been backed up, then a
        backup will be made) */
--- 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))