From d76cbfc7289f661b6d23e444d83b133187242b33 Mon Sep 17 00:00:00 2001 From: ooxi Date: Wed, 31 Jan 2018 14:31:59 +0100 Subject: [PATCH] Minor documentation fix --- src/xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xml.c b/src/xml.c index d26143b..4f2a2cb 100644 --- a/src/xml.c +++ b/src/xml.c @@ -124,7 +124,7 @@ static size_t get_zero_terminated_array_elements(struct xml_node** nodes) { * * @warning No UTF conversions will be attempted * - * @return true gdw. a == b + * @return true iff a == b */ static _Bool xml_string_equals(struct xml_string* a, struct xml_string* b) {