Fix typo in documentation of usb_blaster_vid_pid command
authorCatalin Patulea <cat@vv.carleton.ca>
Fri, 13 Aug 2010 20:57:37 +0000 (16:57 -0400)
committerØyvind Harboe <oyvind@fiend.(none)>
Fri, 13 Aug 2010 21:34:58 +0000 (23:34 +0200)
doc/openocd.texi

index 3cf5bfeebf68e57279c50b690b3a28b4dbcb5923..cbb9c141b1967f7bc061361ddada6d9114cfe9ae 100644 (file)
@@ -2259,11 +2259,11 @@ default values are used.
 Currently, only one @var{vid}, @var{pid} pair may be given, e.g. for
 Altera USB-Blaster (default):
 @example
-ft2232_vid_pid 0x09FB 0x6001
+usb_blaster_vid_pid 0x09FB 0x6001
 @end example
 The following VID/PID is for Kolja Waschk's USB JTAG:
 @example
-ft2232_vid_pid 0x16C0 0x06AD
+usb_blaster_vid_pid 0x16C0 0x06AD
 @end example
 @end deffn