aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2007-05-31 00:42:37 +0000
committerJason Rumney2007-05-31 00:42:37 +0000
commit4fe8e188b800f99d0eb0e1c3c3fab643d93d7898 (patch)
treecb4806639930d89603810937cab87927dffc473a /src
parent62390cbfc25653003034b812258be9cfb5f3edee (diff)
downloademacs-4fe8e188b800f99d0eb0e1c3c3fab643d93d7898.tar.gz
emacs-4fe8e188b800f99d0eb0e1c3c3fab643d93d7898.zip
Fix typo in comment
Diffstat (limited to 'src')
-rw-r--r--src/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.h b/src/font.h
index 4bef1b2f00e..e284ae74c78 100644
--- a/src/font.h
+++ b/src/font.h
@@ -137,7 +137,7 @@ extern Lisp_Object null_string;
137extern Lisp_Object null_vector; 137extern Lisp_Object null_vector;
138 138
139/* Structure for an opened font. We can safely cast this structure to 139/* Structure for an opened font. We can safely cast this structure to
140 "struft font_info". */ 140 "struct font_info". */
141 141
142struct font 142struct font
143{ 143{