Date: Mon, 12 Sep 2011 08:38:05 +0200
This is a fix up for commit r1437 »Add support for Xilinx parallel III (DLC5) programing cable«.
Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net --- rayer_spi.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rayer_spi.c b/rayer_spi.c index 7f9270a..417fde9 100644 --- a/rayer_spi.c +++ b/rayer_spi.c @@ -42,7 +42,7 @@ enum rayer_type {
/* We have two sets of pins, out and in. The numbers for both sets are * independent and are bitshift values, not real pin numbers. - * Default settings are for the the RayeR hardware. + * Default settings are for the RayeR hardware. */ /* Pins for master->slave direction */ static int rayer_cs_bit = 5;