diff options
Diffstat (limited to 'src/msdos.c')
| -rw-r--r-- | src/msdos.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/msdos.c b/src/msdos.c index 6b6e365a165..64e9d72c784 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -1342,7 +1342,7 @@ static void | |||
| 1342 | IT_copy_glyphs (int xfrom, int xto, size_t len, int ypos) | 1342 | IT_copy_glyphs (int xfrom, int xto, size_t len, int ypos) |
| 1343 | { | 1343 | { |
| 1344 | /* The offsets of source and destination relative to the | 1344 | /* The offsets of source and destination relative to the |
| 1345 | conventional memorty selector. */ | 1345 | conventional memory selector. */ |
| 1346 | int from = 2 * (xfrom + screen_size_X * ypos) + ScreenPrimary; | 1346 | int from = 2 * (xfrom + screen_size_X * ypos) + ScreenPrimary; |
| 1347 | int to = 2 * (xto + screen_size_X * ypos) + ScreenPrimary; | 1347 | int to = 2 * (xto + screen_size_X * ypos) + ScreenPrimary; |
| 1348 | 1348 | ||
| @@ -1558,7 +1558,7 @@ IT_set_terminal_window (struct frame *f, int foo) | |||
| 1558 | { | 1558 | { |
| 1559 | } | 1559 | } |
| 1560 | 1560 | ||
| 1561 | /* Remember the screen colors of the curent frame, to serve as the | 1561 | /* Remember the screen colors of the current frame, to serve as the |
| 1562 | default colors for newly-created frames. */ | 1562 | default colors for newly-created frames. */ |
| 1563 | DEFUN ("msdos-remember-default-colors", Fmsdos_remember_default_colors, | 1563 | DEFUN ("msdos-remember-default-colors", Fmsdos_remember_default_colors, |
| 1564 | Smsdos_remember_default_colors, 1, 1, 0, | 1564 | Smsdos_remember_default_colors, 1, 1, 0, |