diff options
Diffstat (limited to 'pango/pango-modules.h')
-rw-r--r-- | pango/pango-modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-modules.h b/pango/pango-modules.h index 54b347a2..5bd707b4 100644 --- a/pango/pango-modules.h +++ b/pango/pango-modules.h @@ -45,7 +45,7 @@ typedef struct _PangoIncludedModule PangoIncludedModule; * @exit: a function to finalize the module. * @create: a function to create an engine, given the engine name. * - * The #PangoIncludedModule structure for a statically linked module + * The `PangoIncludedModule` structure for a statically linked module * contains the functions that would otherwise be loaded from a dynamically * loaded module. * |