diff options
| author | Juanma Barranquero | 2011-04-13 13:50:12 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-04-13 13:50:12 +0200 |
| commit | 7ee6a1d37268f1f4b7047fc6ccad271d2ee5fd31 (patch) | |
| tree | e131fa1805a8201a25261336aa8846a57c321cfe /src | |
| parent | 300f9fca551d3aa024ff24b85e6ab7f0ae49ae03 (diff) | |
| download | emacs-7ee6a1d37268f1f4b7047fc6ccad271d2ee5fd31.tar.gz emacs-7ee6a1d37268f1f4b7047fc6ccad271d2ee5fd31.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 4 | ||||
| -rw-r--r-- | src/msdos.c | 2 |
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. */ |
| 67 | typedef struct ns_display_info Display_Info; | 67 | typedef struct ns_display_info Display_Info; |
| 68 | typedef Pixmap XImagePtr; | 68 | typedef Pixmap XImagePtr; |
| 69 | typedef XImagePtr XImagePtr_or_DC; | 69 | typedef 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 | ||
| 966 | Lisp_Object Vdos_unsupported_char_glyph; | 966 | Lisp_Object Vdos_unsupported_char_glyph; |