Consistent spelling of "Spy-Bi-Wire".

This commit is contained in:
Daniel Beer 2010-06-15 13:13:51 +12:00
parent 465147cdd4
commit efabaf5161
2 changed files with 3 additions and 3 deletions

4
fet.c
View File

@ -780,11 +780,11 @@ static int do_configure(struct fet_device *dev, int proto_flags)
if (proto_flags & FET_PROTO_SPYBIWIRE) {
if (!xfer(dev, C_CONFIGURE, NULL, 0,
2, FET_CONFIG_PROTOCOL, 1)) {
printf("Configured for Spy-bi-wire\n");
printf("Configured for Spy-Bi-Wire\n");
return 0;
}
fprintf(stderr, "fet: Spy-bi-wire configuration failed\n");
fprintf(stderr, "fet: Spy-Bi-Wire configuration failed\n");
return -1;
}

2
main.c
View File

@ -130,7 +130,7 @@ static void usage(const char *progname)
" -u device\n"
" Open the given tty device (MSP430 UIF compatible devices).\n"
" -j\n"
" Use JTAG, rather than Spy-bi-wire (UIF devices only).\n"
" Use JTAG, rather than Spy-Bi-Wire (UIF devices only).\n"
" -v voltage\n"
" Set the supply voltage, in millivolts.\n"
" -B device\n"