We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02cd50 commit 88fa705Copy full SHA for 88fa705
include/private/xml.h
@@ -19,7 +19,7 @@ HWLOC_DECLSPEC int hwloc__xml_verbose(void);
19
typedef struct hwloc__xml_import_state_s {
20
struct hwloc__xml_import_state_s *parent;
21
22
- /* globals shared because the entire stack of states during import */
+ /* globals shared between the entire stack of states during import */
23
struct hwloc_xml_backend_data_s *global;
24
25
/* opaque data used to store backend-specific data.
0 commit comments