aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2011-04-13 13:50:12 +0200
committerJuanma Barranquero2011-04-13 13:50:12 +0200
commit7ee6a1d37268f1f4b7047fc6ccad271d2ee5fd31 (patch)
treee131fa1805a8201a25261336aa8846a57c321cfe /src
parent300f9fca551d3aa024ff24b85e6ab7f0ae49ae03 (diff)
downloademacs-7ee6a1d37268f1f4b7047fc6ccad271d2ee5fd31.tar.gz
emacs-7ee6a1d37268f1f4b7047fc6ccad271d2ee5fd31.zip
Fix typos.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h4
-rw-r--r--src/msdos.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 8e19bdae197..8ae5e23fa97 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -63,7 +63,7 @@ typedef HDC XImagePtr_or_DC;
63 63
64#ifdef HAVE_NS 64#ifdef HAVE_NS
65#include "nsgui.h" 65#include "nsgui.h"
66/* following typedef needed to accomodate the MSDOS port, believe it or not */ 66/* Following typedef needed to accommodate the MSDOS port, believe it or not. */
67typedef struct ns_display_info Display_Info; 67typedef struct ns_display_info Display_Info;
68typedef Pixmap XImagePtr; 68typedef Pixmap XImagePtr;
69typedef XImagePtr XImagePtr_or_DC; 69typedef XImagePtr XImagePtr_or_DC;
@@ -368,7 +368,7 @@ struct glyph
368 doesn't have a glyph in a font. */ 368 doesn't have a glyph in a font. */
369 unsigned glyph_not_available_p : 1; 369 unsigned glyph_not_available_p : 1;
370 370
371 371
372 /* Non-zero means don't display cursor here. */ 372 /* Non-zero means don't display cursor here. */
373 unsigned avoid_cursor_p : 1; 373 unsigned avoid_cursor_p : 1;
374 374
diff --git a/src/msdos.c b/src/msdos.c
index 87b857bbb9d..c176680bf9d 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -960,7 +960,7 @@ IT_set_face (int face)
960 960
961/* According to RBIL (INTERRUP.A, V-1000), 160 is the maximum possible 961/* According to RBIL (INTERRUP.A, V-1000), 160 is the maximum possible
962 width of a DOS display in any known text mode. We multiply by 2 to 962 width of a DOS display in any known text mode. We multiply by 2 to
963 accomodate the screen attribute byte. */ 963 accommodate the screen attribute byte. */
964#define MAX_SCREEN_BUF 160*2 964#define MAX_SCREEN_BUF 160*2
965 965
966Lisp_Object Vdos_unsupported_char_glyph; 966Lisp_Object Vdos_unsupported_char_glyph;