summaryrefslogtreecommitdiff
path: root/xml.h
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2022-07-20 20:37:14 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2022-07-20 20:37:14 +0200
commitb6731ae35b125963a37dcaacaf76169992ad1f67 (patch)
treed8cc552a03dec1b2b31bd831c79433b122b82d55 /xml.h
parent59ba2ed29bcbe67de6e9ee1e7fb18744f7490c22 (diff)
slightly improve some comments
Diffstat (limited to 'xml.h')
-rw-r--r--xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml.h b/xml.h
index ad53396..cef4a05 100644
--- a/xml.h
+++ b/xml.h
@@ -30,7 +30,7 @@ typedef struct xmlparser {
/* current tag */
char tag[1024];
size_t taglen;
- /* current tag is in short form ? <tag /> */
+ /* current tag is in shortform ? <tag /> */
int isshorttag;
/* current attribute name */
char name[1024];