changeset 90864:834a5e8f248c

Fix typo in comment
author Jason Rumney <jasonr@gnu.org>
date Thu, 31 May 2007 00:42:37 +0000
parents 648e6c714c7d
children 6d2559699bd0
files src/font.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/font.h	Wed May 30 14:40:46 2007 +0000
+++ b/src/font.h	Thu May 31 00:42:37 2007 +0000
@@ -137,7 +137,7 @@
 extern Lisp_Object null_vector;
 
 /* Structure for an opened font.  We can safely cast this structure to
-   "struft font_info".  */
+   "struct font_info".  */
 
 struct font
 {