From a11d22799eb7ce9cbddd482bae33897fe944a637 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 19 Sep 2010 07:29:46 +0000 Subject: [PATCH] Make mxmlSave* function descriptions consistent. --- mxml-file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mxml-file.c b/mxml-file.c index 0a8f001..6d9ba21 100644 --- a/mxml-file.c +++ b/mxml-file.c @@ -18,7 +18,7 @@ * mxmlLoadFd() - Load a file descriptor into an XML node tree. * mxmlLoadFile() - Load a file into an XML node tree. * mxmlLoadString() - Load a string into an XML node tree. - * mxmlSaveAllocString() - Save an XML node tree to an allocated string. + * mxmlSaveAllocString() - Save an XML tree to an allocated string. * mxmlSaveFd() - Save an XML tree to a file descriptor. * mxmlSaveFile() - Save an XML tree to a file. * mxmlSaveString() - Save an XML node tree to a string. @@ -230,7 +230,7 @@ mxmlLoadString(mxml_node_t *top, /* I - Top node */ /* - * 'mxmlSaveAllocString()' - Save an XML node tree to an allocated string. + * 'mxmlSaveAllocString()' - Save an XML tree to an allocated string. * * This function returns a pointer to a string containing the textual * representation of the XML node tree. The string should be freed