diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-03 14:52:53 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-03 14:52:53 (GMT) |
commit | 3c699ca0fa3870fce82abf47ed3d2ea99043bdfa (patch) | |
tree | 9116cddd166b8fffdb5425abb04159e9648ed770 /unix | |
parent | 2eaac113f52bea5ecf64333618bca906c2482023 (diff) | |
download | tk-3c699ca0fa3870fce82abf47ed3d2ea99043bdfa.zip tk-3c699ca0fa3870fce82abf47ed3d2ea99043bdfa.tar.gz tk-3c699ca0fa3870fce82abf47ed3d2ea99043bdfa.tar.bz2 |
AllocFont() -> InitFont() in comments. Stolen from "less_tests_constraints" branch
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnixFont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixFont.c b/unix/tkUnixFont.c index 4c7d1ce..5e14eea 100644 --- a/unix/tkUnixFont.c +++ b/unix/tkUnixFont.c @@ -105,7 +105,7 @@ typedef struct UnixFont { * order to draw/measure all the characters * encountered by this font so far. All fonts * start off with one SubFont initialized by - * AllocFont() from the original set of font + * InitFont() from the original set of font * attributes. Usually points to * staticSubFonts, but may point to malloced * space if there are lots of SubFonts. */ |