]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorPavel Janík <Pavel@Janik.cz>
Sun, 27 Jan 2002 16:44:10 +0000 (16:44 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 27 Jan 2002 16:44:10 +0000 (16:44 +0000)
src/xterm.h

index df01a88d169ea82176f3b20a1ad437882a154336..abf7a824ee80ce69cd092d88780c5578dafccb81 100644 (file)
@@ -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,