]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix wording of a comment.
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 Jan 2002 11:39:09 +0000 (11:39 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 13 Jan 2002 11:39:09 +0000 (11:39 +0000)
src/dispextern.h

index 102ae84a6eecad526613f5c160269c3e313a1824..56f3f2bbbc5432e8e4e03afdf3243687a7386812 100644 (file)
@@ -1190,8 +1190,8 @@ struct face
 
 #ifdef HAVE_WINDOW_SYSTEM
   
-  /* If non-zero, a GC we can use without modification to draw 
-     characters in this face.  */
+  /* If non-zero, this is a GC that we can use without modification for
+     drawing the characters in this face.  */
   GC gc;
   
   /* Font used for this face, or null if the font could not be loaded