diff options
| author | Paul Eggert | 2015-06-14 22:55:16 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-06-14 22:56:45 -0700 |
| commit | 08bad175d45dad7bb872c604cd2b8e84cc1cc5bb (patch) | |
| tree | 7bca1eb60a9475547f6e52634d10cbb4dcc870e6 /src/ftcrfont.c | |
| parent | a281b3db3e1ac83f80db78ea1a5069069dd91942 (diff) | |
| download | emacs-08bad175d45dad7bb872c604cd2b8e84cc1cc5bb.tar.gz emacs-08bad175d45dad7bb872c604cd2b8e84cc1cc5bb.zip | |
Spelling fixes
Diffstat (limited to 'src/ftcrfont.c')
| -rw-r--r-- | src/ftcrfont.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ftcrfont.c b/src/ftcrfont.c index 0cbfd804109..df3aa596f6b 100644 --- a/src/ftcrfont.c +++ b/src/ftcrfont.c | |||
| @@ -34,8 +34,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 34 | 34 | ||
| 35 | /* FTCR font driver. */ | 35 | /* FTCR font driver. */ |
| 36 | 36 | ||
| 37 | /* The actual structure for ftcr font that can be casted to struct | 37 | /* The actual structure for FTCR font. A pointer to this structure |
| 38 | font. */ | 38 | can be cast to struct font *. */ |
| 39 | 39 | ||
| 40 | struct ftcrfont_info | 40 | struct ftcrfont_info |
| 41 | { | 41 | { |