Minor comment change.

This commit is contained in:
Florian Pose
2007-09-20 12:33:58 +00:00
parent 8986c8b183
commit 70a945fd7c

View File

@@ -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;