summaryrefslogtreecommitdiff
path: root/include/xmlsec/nodeset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/nodeset.h')
-rw-r--r--include/xmlsec/nodeset.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/xmlsec/nodeset.h b/include/xmlsec/nodeset.h
index 3c0cfc72..92ea1d13 100644
--- a/include/xmlsec/nodeset.h
+++ b/include/xmlsec/nodeset.h
@@ -1,4 +1,4 @@
-/**
+/*
* XML Security Library (http://www.aleksey.com/xmlsec).
*
* Enchanced nodes Set
@@ -11,15 +11,15 @@
#ifndef __XMLSEC_NODESET_H__
#define __XMLSEC_NODESET_H__
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
#include <libxml/tree.h>
#include <libxml/xpath.h>
#include <xmlsec/xmlsec.h>
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
typedef struct _xmlSecNodeSet xmlSecNodeSet, *xmlSecNodeSetPtr;
/**
@@ -34,7 +34,7 @@ typedef struct _xmlSecNodeSet xmlSecNodeSet, *xmlSecNodeSetPtr;
* @xmlSecNodeSetTreeWithoutCommentsInvert: nodes set = all document nodes
* minus (nodes in the list and all their subtress
* plus all comment nodes).
- * @xmlSecNodeSetList: nodes set = all nodes in the chidren list of nodes sets.
+ * @xmlSecNodeSetList: nodes set = all nodes in the children list of nodes sets.
*
* The basic nodes sets types.
*/