aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2002-01-13 11:39:09 +0000
committerEli Zaretskii2002-01-13 11:39:09 +0000
commit8016e514d6f7fed1105304f2f3c1a6b715ade456 (patch)
tree424230f715117cc91264d9953dcf360dab255354 /src
parent5cb6905db7995a43d4a46ad536ba9d5ef1bc0f89 (diff)
downloademacs-8016e514d6f7fed1105304f2f3c1a6b715ade456.tar.gz
emacs-8016e514d6f7fed1105304f2f3c1a6b715ade456.zip
Fix wording of a comment.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 102ae84a6ee..56f3f2bbbc5 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1190,8 +1190,8 @@ struct face
1190 1190
1191#ifdef HAVE_WINDOW_SYSTEM 1191#ifdef HAVE_WINDOW_SYSTEM
1192 1192
1193 /* If non-zero, a GC we can use without modification to draw 1193 /* If non-zero, this is a GC that we can use without modification for
1194 characters in this face. */ 1194 drawing the characters in this face. */
1195 GC gc; 1195 GC gc;
1196 1196
1197 /* Font used for this face, or null if the font could not be loaded 1197 /* Font used for this face, or null if the font could not be loaded