From b5baa43d3a972ebd3ef82ede14b54c185b723a71 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 25 Nov 2005 09:22:02 +0000 Subject: [PATCH] Tiny doc improvement. --- src/pango-ot-info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pango-ot-info.c b/src/pango-ot-info.c index 221b3110c..57ecd27e9 100644 --- a/src/pango-ot-info.c +++ b/src/pango-ot-info.c @@ -110,7 +110,7 @@ pango_ot_info_finalizer (void *object) * pango_ot_info_get: * @face: a #FT_Face. * @returns: the #PangoOTInfo for @face. This object will - * have the same lifetime as FT_Face. + * have the same lifetime as @face. * * Returns the #PangoOTInfo structure for the given FreeType font. *