From 4b63be8092b2d94122af1f2533190068e6c260e0 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Tue, 31 Jul 2007 14:37:41 +0200 Subject: [PATCH] Fix dom_node_attribute comment mentioning non-existant struct Noticed by kon. --- src/dom/node.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dom/node.h b/src/dom/node.h index c2780b20b..8af0da7ce 100644 --- a/src/dom/node.h +++ b/src/dom/node.h @@ -171,8 +171,7 @@ struct dom_attribute_node { /* Has the node->string been converted to internal charset. */ unsigned int converted:1; - /* Is the attribute a unique identifier meaning the owner (element) - * should be added to the document nodes @element_id hash. */ + /* Is the attribute a unique identifier. */ unsigned int id:1; /* The attribute value references some other resource */