# HG changeset patch # User Florian Pose # Date 1190291638 0 # Node ID ac8a822c3e5b440a7a38f3e5681f71f54f91429c # Parent ef0f6eb5cd7c81f9d4c8e65fd5c894081cd1f106 Minor comment change. diff -r ef0f6eb5cd7c -r ac8a822c3e5b master/slave.c --- a/master/slave.c Thu Sep 20 10:15:21 2007 +0000 +++ b/master/slave.c Thu Sep 20 12:33:58 2007 +0000 @@ -1404,7 +1404,7 @@ 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;