diff options
Diffstat (limited to 'pango/pango-coverage.c')
-rw-r--r-- | pango/pango-coverage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-coverage.c b/pango/pango-coverage.c index 4ecdaf78..c9c27dcd 100644 --- a/pango/pango-coverage.c +++ b/pango/pango-coverage.c @@ -131,8 +131,8 @@ pango_coverage_ref (PangoCoverage *coverage) * pango_coverage_unref: * @coverage: a #PangoCoverage * - * Increase the reference count on the #PangoCoverage by one. - * if the result is zero, free the coverage and all associated memory. + * Decrease the reference count on the #PangoCoverage by one. + * If the result is zero, free the coverage and all associated memory. **/ void pango_coverage_unref (PangoCoverage *coverage) |