From 6fba850777b3bc923c5de6e44a6303d7ebc0a85e Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 24 Sep 2010 14:22:21 +0200 Subject: [PATCH] Correct small typo --- src/ftdi.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/ftdi.h b/src/ftdi.h index 4132d8a..28c5ca3 100644 --- a/src/ftdi.h +++ b/src/ftdi.h @@ -19,7 +19,7 @@ #include -/* Evne on 93xx66 at max 256 bytes are used (AN_121)*/ +/* Even on 93xx66 at max 256 bytes are used (AN_121)*/ #define FTDI_MAX_EEPROM_SIZE 256 /** FTDI chip type */ @@ -247,7 +247,6 @@ struct ftdi_eeprom int group3_drive; int group3_schmitt; int group3_slew; - /** eeprom size in bytes. This doesn't get stored in the eeprom but is the only way to pass it to ftdi_eeprom_build. */ -- 1.7.1