diff options
-rw-r--r-- | src/xterm.h | 4 |
1 files changed, 2 insertions, 2 deletions
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, |