From 70a945fd7c95f8183e33e3e1fb7e3c551623dbc9 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Thu, 20 Sep 2007 12:33:58 +0000 Subject: [PATCH] Minor comment change. --- master/slave.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/slave.c b/master/slave.c index 3fd085f7..c9b1997e 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;