Skip to content

Commit e60d857

Browse files
chu11mergify[bot]
authored andcommitted
job-list: fix comment spelling typo
1 parent 34a4d47 commit e60d857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/job-list/list.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ int wait_id_valid (struct list_ctx *ctx, struct idsync_data *isd)
260260
zlistx_detach (ctx->idsync_lookups, handle);
261261
}
262262

263-
/* idsync_waits holds lists of ids waiting on, b/c multiplers callers
263+
/* idsync_waits holds lists of ids waiting on, b/c multiple callers
264264
* could wait on same id */
265265
if (!(list_isd = zhashx_lookup (ctx->idsync_waits, &isd->id))) {
266266
if (!(list_isd = zlistx_new ())) {

0 commit comments

Comments
 (0)