Skip to content

Commit 88fa705

Browse files
committed
XML: fix a typo in comments
Signed-off-by: Brice Goglin <[email protected]>
1 parent c02cd50 commit 88fa705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/private/xml.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ HWLOC_DECLSPEC int hwloc__xml_verbose(void);
1919
typedef struct hwloc__xml_import_state_s {
2020
struct hwloc__xml_import_state_s *parent;
2121

22-
/* globals shared because the entire stack of states during import */
22+
/* globals shared between the entire stack of states during import */
2323
struct hwloc_xml_backend_data_s *global;
2424

2525
/* opaque data used to store backend-specific data.

0 commit comments

Comments
 (0)