Skip to content

Commit 67834be

Browse files
author
David Eberius
committed
Updated a comment to more accurately reflect a data structure's purpose.
Signed-off-by: David Eberius <deberius@vols.utk.edu>
1 parent 12fe0dd commit 67834be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ompi/runtime/ompi_spc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ static uint32_t ompi_spc_bin_event[OMPI_SPC_NUM_COUNTERS / sizeof(uint32_t)] = {
228228
/* A bitmap to denote whether an event is collective bin-based (1) or not (0) */
229229
static uint32_t ompi_spc_collective_bin_event[OMPI_SPC_NUM_COUNTERS / sizeof(uint32_t)] = { 0 };
230230

231-
/* An array of event structures to store the event data (name and value) */
231+
/* A contiguous data structure for storing the counter values, rules, and bins */
232232
void *ompi_spc_events = NULL;
233233
/* An array of offset structures for indexing into the ompi_spc_events data */
234234
static ompi_spc_offset_t ompi_spc_offsets[OMPI_SPC_NUM_COUNTERS] = {-1};

0 commit comments

Comments
 (0)