]> granicus.if.org Git - graphviz/commitdiff
fix comment
authorellson <devnull@localhost>
Thu, 2 Aug 2007 15:26:19 +0000 (15:26 +0000)
committerellson <devnull@localhost>
Thu, 2 Aug 2007 15:26:19 +0000 (15:26 +0000)
plugin/gd/gvrender_gd.c

index 0e26b819b720d65d66f161339bc9cc68e5ac8837..f7e84efdab5f4f2c19aaec26b94bfdb94ab80115 100644 (file)
@@ -312,7 +312,7 @@ static void gdgen_textpara(GVJ_t * job, pointf p, textpara_t * para)
     if (para->fontsize <= FONTSIZE_MUCH_TOO_SMALL) {
        /* ignore entirely */
     } else if (para->fontsize <= FONTSIZE_TOO_SMALL) {
-       /* draw para in place of text */
+       /* draw line in place of text */
        gdImageLine(im, ROUND(mp.x), ROUND(mp.y),
                    ROUND(ep.x), ROUND(ep.y),
                    job->obj->pencolor.u.index);