summaryrefslogtreecommitdiff
path: root/pango/pango-renderer.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2006-05-30 04:53:55 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-05-30 04:53:55 +0000
commit33860cde8cd3aff1691e1f230b83e05b81efdac8 (patch)
tree8e09f7de9597c8e20a3fa7e27fa845042bf3fbb0 /pango/pango-renderer.c
parentfd3c2ca4ef69e7c4b3677b399ae04d0d6f82bffa (diff)
downloadpango-33860cde8cd3aff1691e1f230b83e05b81efdac8.tar.gz
Minor.
Diffstat (limited to 'pango/pango-renderer.c')
-rw-r--r--pango/pango-renderer.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/pango/pango-renderer.c b/pango/pango-renderer.c
index cdb876f7..e20ac719 100644
--- a/pango/pango-renderer.c
+++ b/pango/pango-renderer.c
@@ -802,9 +802,8 @@ pango_renderer_draw_error_underline (PangoRenderer *renderer,
* \ \/ \ \/ \ \/ \ \ |
* \ / \ / \ / \ / |
* \/ \/ \/ \/ -
- *
- * |----|
- * unit_width = (HEIGHT_SQUARES - 1) * square
+ * |---|
+ * unit_width = (HEIGHT_SQUARES - 1) * square
*
* To do this conveniently, we work in a coordinate system where A,B,C
* are axis aligned rectangles. (If fonts were square, the diagrams