[librsvg] Fix outdated comment



commit a4dcea43355c84882147f2198290b81ff959d88d
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu May 3 14:27:06 2018 -0500

    Fix outdated comment

 librsvg/rsvg-load.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/librsvg/rsvg-load.c b/librsvg/rsvg-load.c
index c9219a2f..77026b8e 100644
--- a/librsvg/rsvg-load.c
+++ b/librsvg/rsvg-load.c
@@ -463,7 +463,7 @@ node_set_atts (RsvgNode * node, RsvgHandle *handle, const NodeCreator *creator,
     rsvg_node_set_atts (node, handle, atts);
 
     /* The "svg" node is special; it will load its id/class
-     * attributes until the end, when rsvg_end_element() calls
+     * attributes until the end, when sax_end_element_cb() calls
      * rsvg_node_svg_apply_atts()
      */
     if (rsvg_node_get_type (node) != RSVG_NODE_TYPE_SVG) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]