X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=src%2Fftdi_i.h;h=1bc740de1653dc99dca4bb0aab0c53c043531a5e;hb=37388ecee483f0facac38486741d4e1680ddc51b;hp=e7355aa10cdde4bebdf65059c9b0f3165e3e9bd2;hpb=5b110dec90393f6951624fe9a9e58c9ae9e43127;p=libftdi diff --git a/src/ftdi_i.h b/src/ftdi_i.h index e7355aa..1bc740d 100644 --- a/src/ftdi_i.h +++ b/src/ftdi_i.h @@ -91,11 +91,11 @@ struct ftdi_eeprom /* Special function of FT232R/FT232H devices (and possibly others as well) */ /** CBUS pin function. See CBUS_xxx defines. */ int cbus_function[10]; - /** Select hight current drive on R devices. */ + /** Select high current drive on R devices. */ int high_current; - /** Select hight current drive on A channel (2232C */ + /** Select high current drive on A channel (2232C). */ int high_current_a; - /** Select hight current drive on B channel (2232C). */ + /** Select high current drive on B channel (2232C). */ int high_current_b; /** Select inversion of data lines (bitmask). */ int invert;