Skip to content

Commit 98d7b2a

Browse files
committed
broker: fix comment misspelling
Problem: a comment in boot_pmi.c misspells "independently". Fix spelling.
1 parent 89a77b3 commit 98d7b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/broker/boot_pmi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ int boot_pmi (struct overlay *overlay, attr_t *attrs)
411411
}
412412

413413
/* Fetch the business card of all ranks and build hostlist.
414-
* The hostlist is built indepenedently (and in parallel) on all ranks.
414+
* The hostlist is built independently (and in parallel) on all ranks.
415415
*/
416416
for (i = 0; i < info.size; i++) {
417417
const char *peer_hostname;

0 commit comments

Comments
 (0)