summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-03-29 05:54:39 +0000
committerKarl Heuer <kwzh@gnu.org>1994-03-29 05:54:39 +0000
commit546714cf353527b3429a3d10527b2fe6ea1f18d0 (patch)
tree31adc589b46a7350f804f134cf40defb50e8834c
parentb741d9b1bb2b8123262481ae80d7d7713e7bf51b (diff)
downloademacs-546714cf353527b3429a3d10527b2fe6ea1f18d0.tar.gz
Fix typo in comment.
-rw-r--r--src/buffer.h2
-rw-r--r--src/xterm.h4
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))