From 546714cf353527b3429a3d10527b2fe6ea1f18d0 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 29 Mar 1994 05:54:39 +0000 Subject: [PATCH] Fix typo in comment. --- src/buffer.h | 2 +- src/xterm.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/buffer.h b/src/buffer.h index 53fdac121d1..e5638bbe083 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -204,7 +204,7 @@ struct buffer 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) */ diff --git a/src/xterm.h b/src/xterm.h index c7de946d29a..aee083f31e5 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -102,8 +102,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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)) -- 2.11.4.GIT