diff options
Diffstat (limited to 'src/haiku_support.h')
-rw-r--r-- | src/haiku_support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/haiku_support.h b/src/haiku_support.h index 5f44494a8d3..5577d2f151f 100644 --- a/src/haiku_support.h +++ b/src/haiku_support.h @@ -398,7 +398,7 @@ struct haiku_font_pattern /* Temporary field used during font enumeration. */ int oblique_seen_p; - /* Whether or not to enable antialising in the font. This field is + /* Whether or not to enable antialiasing in the font. This field is special in that it's not handled by `BFont_open_pattern'. */ int use_antialiasing; }; |