summaryrefslogtreecommitdiff
path: root/pango/pango-run.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-01-25 01:44:26 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-01-25 15:31:25 -0500
commit61e192f6c1edcec694c38ef07f4ec9ff9af01cdc (patch)
treec2fba8e0cc03f428a22db2355414783c9624253c /pango/pango-run.c
parentef0c99b95c6c043bc95d7c26f9689972c2fe1a6c (diff)
downloadpango-61e192f6c1edcec694c38ef07f4ec9ff9af01cdc.tar.gz
Rename PangoLayoutLine to PangoLine
Diffstat (limited to 'pango/pango-run.c')
-rw-r--r--pango/pango-run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-run.c b/pango/pango-run.c
index a011395d..401666f6 100644
--- a/pango/pango-run.c
+++ b/pango/pango-run.c
@@ -9,7 +9,7 @@
/**
* PangoRun:
*
- * A `PangoRun` represents a single run within a `PangoLayoutLine`.
+ * A `PangoRun` represents a single run within a `PangoLine`.
*
* A run is a range of text with uniform script, font and attributes that
* is shaped as a unit.