diff --git a/master/slave.c b/master/slave.c index 3fd085f7c87994cf99b204d3a3d0c58c4041df70..c9b1997e1d6765df8be0fb69b2d6c1f517debb18 100644 --- a/master/slave.c +++ b/master/slave.c @@ -1404,7 +1404,7 @@ int ecrt_slave_pdo_mapping_add( return -1; } - // does the slave provide the PDO list? + // does the slave provide the PDO? list_for_each_entry(pdo, &slave->sii_pdos, list) { if (pdo->index == pdo_index) { not_found = 0;