diff options
| author | Jason Rumney | 2007-05-31 00:42:37 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-05-31 00:42:37 +0000 |
| commit | 4fe8e188b800f99d0eb0e1c3c3fab643d93d7898 (patch) | |
| tree | cb4806639930d89603810937cab87927dffc473a /src | |
| parent | 62390cbfc25653003034b812258be9cfb5f3edee (diff) | |
| download | emacs-4fe8e188b800f99d0eb0e1c3c3fab643d93d7898.tar.gz emacs-4fe8e188b800f99d0eb0e1c3c3fab643d93d7898.zip | |
Fix typo in comment
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 | { |