diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.h | 2 |
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; | |||
| 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 | { |