diff options
Diffstat (limited to 'src/macterm.h')
-rw-r--r-- | src/macterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macterm.h b/src/macterm.h index d0d5d58e65e..9df9b1abcdb 100644 --- a/src/macterm.h +++ b/src/macterm.h @@ -153,7 +153,7 @@ struct mac_display_info char *mac_id_name; /* The number of fonts actually stored in the font table. - font_table[n] is used and valid iff 0 <= n < n_fonts. 0 <= + font_table[n] is used and valid if 0 <= n < n_fonts. 0 <= n_fonts <= font_table_size and font_table[i].name != 0. */ int n_fonts; |