X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=examples%2Fasync.c;h=241bb7f17c7bc72b4d1159fbd8ddafec80a3331a;hp=18989c128f635e6d4618d5ebe3a302ee3fbd9168;hb=db9c7eba8ff28219a33b5494a3d60aa487d87ef1;hpb=ae3d154b7641b120f537c6d86871371c9d75c9e9 diff --git a/examples/async.c b/examples/async.c index 18989c1..241bb7f 100644 --- a/examples/async.c +++ b/examples/async.c @@ -3,7 +3,7 @@ This program is distributed under the GPL, version 2 */ -/* This programm switches to MPSSE mode, and sets and then reads back +/* This program switches to MPSSE mode, and sets and then reads back * the high byte 3 times with three different values. * The expected read values are hard coded in ftdi_init * with 0x00, 0x55 and 0xaa @@ -167,7 +167,7 @@ int main(int argc, char **argv) } } if (i < 1) { - printf("Async read unsuccessfull\n"); + printf("Async read unsuccessful\n"); } } printf("Read %02x %02x %02x\n", data[0], data[1], data[2]);