Skip to content

Commit 1cf512a

Browse files
committed
synthetic: typo in error message
Signed-off-by: Brice Goglin <[email protected]>
1 parent 050f532 commit 1cf512a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hwloc/topology-synthetic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ hwloc_backend_synthetic_init(struct hwloc_synthetic_backend_data_s *data,
601601
}
602602
if (!item) {
603603
if (verbose)
604-
fprintf(stderr,"Synthetic string with disallow 0 number of objects at '%s'\n", pos);
604+
fprintf(stderr,"Synthetic string with disallowed 0 number of objects at '%s'\n", pos);
605605
errno = EINVAL;
606606
goto error;
607607
}

0 commit comments

Comments
 (0)