1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

Fixed xmlStrEqual() doc, Daniel

This commit is contained in:
Daniel Veillard 2005-12-22 14:58:32 +00:00
parent 77b92ff6a8
commit d95ecf0b8d

View File

@ -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