From 2b1fe45f13ffad12bf30553a4c4147a48b7c76c3 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Mon, 21 Jan 2008 00:13:32 +0100 Subject: [PATCH] Fixed a typo. --- sherlock/xml/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/xml/parse.c b/sherlock/xml/parse.c index ef957bc6..ffb3d4e6 100644 --- a/sherlock/xml/parse.c +++ b/sherlock/xml/parse.c @@ -1111,7 +1111,7 @@ epilog: uns xml_parse(struct xml_context *ctx) { - /* This cycle should run only once unless the user overrides the value of ctx->pull in a SAX handler */ + /* This cycle should run only once even when the user overrides the value of ctx->pull in a SAX handler */ do { ctx->pull = 0; -- 2.39.2