aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
diff options
context:
space:
mode:
authorPaul Eggert2011-11-13 22:27:12 -0800
committerPaul Eggert2011-11-13 22:27:12 -0800
commit09e80d9fb9fe7239d0fa301973920845831366d3 (patch)
tree771e73119b2ad9bf6cbf1fbff92a5f4cb1bf03ed /src/font.c
parent56632ce4cd8616f0613e8734d62ec5e2f833c7dc (diff)
downloademacs-09e80d9fb9fe7239d0fa301973920845831366d3.tar.gz
emacs-09e80d9fb9fe7239d0fa301973920845831366d3.zip
Spelling fixes.
Diffstat (limited to 'src/font.c')
-rw-r--r--src/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.c b/src/font.c
index f6723157de1..ead8225471e 100644
--- a/src/font.c
+++ b/src/font.c
@@ -802,7 +802,7 @@ font_expand_wildcards (Lisp_Object *field, int n)
802 struct { 802 struct {
803 /* Minimum possible field. */ 803 /* Minimum possible field. */
804 int from; 804 int from;
805 /* Maxinum possible field. */ 805 /* Maximum possible field. */
806 int to; 806 int to;
807 /* Bit mask of possible field. Nth bit corresponds to Nth field. */ 807 /* Bit mask of possible field. Nth bit corresponds to Nth field. */
808 int mask; 808 int mask;