X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=ucs2-interface%2Fucs-xml%2FUcsXml.h;h=b36e0078ed4e0ef00b2f1702f2466ea963bfec78;hb=a3cecd20f812c3fc71141a487443568c861c160a;hp=2e5eef91b9df4105066280b7c1f44b268c647d79;hpb=78f5e26f3e977cba3711c2dcb15314d9821119fd;p=apps%2Fagl-service-unicens.git diff --git a/ucs2-interface/ucs-xml/UcsXml.h b/ucs2-interface/ucs-xml/UcsXml.h index 2e5eef9..b36e007 100644 --- a/ucs2-interface/ucs-xml/UcsXml.h +++ b/ucs2-interface/ucs-xml/UcsXml.h @@ -62,7 +62,7 @@ typedef struct /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/ /** - * \brief Initializes Unicens XML parser module, parses the given string and + * \brief Initializes Unicens XML parser module, parses the given string and * generate the data needed to run Unicens (UCS) library. * * \note In case of errors the callback UcsXml_CB_OnError will be raised. @@ -74,7 +74,7 @@ typedef struct UcsXmlVal_t *UcsXml_Parse(const char *xmlString); /** - * \brief Frees the given structure, generated by UcsXml_Parse. + * \brief Frees the given structure, generated by UcsXml_Parse. * * \note In case of errors the callback UcsXml_CB_OnError will be raised. * \param val - The structure to be freed.