mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-07 09:00:24 +01:00
[scaled-font] Another typo fix in the comments
Both this and previous one kindly pointed out by Carl.
This commit is contained in:
parent
70207aadfd
commit
0baf12f450
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ _cairo_scaled_font_map_destroy (void)
|
|||
*
|
||||
* The reason we have to create a fake scaled font instead of just using
|
||||
* scaled_font is for lifecycle management: we need to (or rather,
|
||||
* other code needs to) reference the scaked_font in the hash table.
|
||||
* other code needs to) reference the scaled_font in the hash table.
|
||||
* We can't do that on the input scaled_font as it may be freed by
|
||||
* font backend upon error.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue