Skip to content

Commit dd38cf1

Browse files
author
Ralph Castain
committed
Fix typo
1 parent a9fd8b1 commit dd38cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/pmix/pmix2x/pmix/src/event/pmix_event_registration.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ static void dereg_event_hdlr(int sd, short args, void *cbdata)
513513
/* if there are no more handlers registered for this code, tell
514514
* the server to dereg the handler for this code */
515515
found = false;
516-
PMIX_LIST_FOREACH(s2, &pmix_globals.events.single_events, pmix_single_event_t) {
516+
PMIX_LIST_FOREACH(m2, &pmix_globals.events.single_events, pmix_single_event_t) {
517517
if (m2->ncodes != multi->ncodes) {
518518
continue;
519519
}

0 commit comments

Comments
 (0)