Skip to content

Commit

Permalink
broker: fix comment misspelling
Browse files Browse the repository at this point in the history
Problem: a comment in boot_pmi.c misspells "independently".

Fix spelling.
  • Loading branch information
garlick committed Mar 1, 2024
1 parent 5fe22fd commit b64e342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/broker/boot_pmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ int boot_pmi (struct overlay *overlay, attr_t *attrs)
}

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

0 comments on commit b64e342

Please sign in to comment.