comparison src/font.h @ 90864:834a5e8f248c

Fix typo in comment
author Jason Rumney <jasonr@gnu.org>
date Thu, 31 May 2007 00:42:37 +0000
parents f123a47d3df6
children ecd61e98251d
comparison
equal deleted inserted replaced
90863:648e6c714c7d 90864:834a5e8f248c
135 135
136 extern Lisp_Object null_string; 136 extern Lisp_Object null_string;
137 extern Lisp_Object null_vector; 137 extern 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
142 struct font 142 struct font
143 { 143 {
144 struct font_info font; 144 struct font_info font;
145 145