aboutsummaryrefslogtreecommitdiffstats
path: root/xmlstring.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-12-22 14:58:32 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-12-22 14:58:32 +0000
commitd95ecf0b8dca43728db354bf6e7434f96179080c (patch)
tree917b4a38b445ffa783ad20afae1ac4c0f8cf9d5a /xmlstring.c
parent77b92ff6a8d1ba71706472ad6a308b0fd88c721d (diff)
downloadandroid_external_libxml2-d95ecf0b8dca43728db354bf6e7434f96179080c.tar.gz
android_external_libxml2-d95ecf0b8dca43728db354bf6e7434f96179080c.tar.bz2
android_external_libxml2-d95ecf0b8dca43728db354bf6e7434f96179080c.zip
Fixed xmlStrEqual() doc, Daniel
Diffstat (limited to 'xmlstring.c')
-rw-r--r--xmlstring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlstring.c b/xmlstring.c
index 4994a198..4f3b3739 100644
--- a/xmlstring.c
+++ b/xmlstring.c
@@ -147,7 +147,7 @@ xmlStrcmp(const xmlChar *str1, const xmlChar *str2) {
* @str1: the first xmlChar *
* @str2: the second xmlChar *
*
- * Check if both string are equal of have same content
+ * Check if both strings are equal of have same content.
* Should be a bit more readable and faster than xmlStrcmp()
*
* Returns 1 if they are equal, 0 if they are different