From: Pavel Janík Date: Sun, 27 Jan 2002 16:44:10 +0000 (+0000) Subject: Fix typos. X-Git-Tag: ttn-vms-21-2-B4~16940 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=baf10d8f55df000f695eea9da951d682f86ce197;p=emacs.git Fix typos. --- diff --git a/src/xterm.h b/src/xterm.h index df01a88d169..abf7a824ee8 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -157,7 +157,7 @@ struct x_display_info /* The Visual being used for this display. */ Visual *visual; - /* THe colormap being used. */ + /* The colormap being used. */ Colormap cmap; /* Number of panes on this screen. */ @@ -618,7 +618,7 @@ struct x_output enum { - /* Values used as a bit mask, BOTH == WIDTH | HEIGH */ + /* Values used as a bit mask, BOTH == WIDTH | HEIGHT. */ FULLSCREEN_NONE = 0, FULLSCREEN_WIDTH = 1, FULLSCREEN_HEIGHT = 2,