aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBill Traynor <wmat@alphatroop.com>2012-04-22 09:08:38 -0400
committerSpencer Oliver <spen@spen-soft.co.uk>2012-04-23 09:05:04 +0000
commitfa39842d28460582b0c2db0d3fd3c4e2e892b960 (patch)
tree060740dfcd8091314ec1d971b3291f1bfac0cafe /doc
parent26f1354edae2f24da85c2860b6739cbd4821115f (diff)
UserGuide: Fixing two typos.
In Section 2.7 USB ST-LINK based made these two changes: "they only works with" to "they only work with" "following method's" to "following methods" Change-Id: Idfe6c11c3fa6f2157d01697cd7f480a9d495c8e2 Signed-off-by: Bill Traynor <wmat@alphatroop.com> Reviewed-on: http://openocd.zylin.com/590 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index e05ebce2..1ef2461e 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -426,7 +426,7 @@ Raisonance has an adapter called @b{RLink}. It exists in a stripped-down form o
@section USB ST-LINK based
ST Micro has an adapter called @b{ST-LINK}.
-They only works with ST Micro chips, notably STM32 and STM8.
+They only work with ST Micro chips, notably STM32 and STM8.
@itemize @bullet
@item @b{ST-LINK}
@@ -439,7 +439,7 @@ They only works with ST Micro chips, notably STM32 and STM8.
For info the original ST-LINK enumerates using the mass storage usb class, however
it's implementation is completely broken. The result is this causes issues under linux.
-The simplest solution is to get linux to ignore the ST-LINK using one of the following method's:
+The simplest solution is to get linux to ignore the ST-LINK using one of the following methods:
@itemize @bullet
@item modprobe -r usb-storage && modprobe usb-storage quirks=483:3744:i
@item add "options usb-storage quirks=483:3744:i" to /etc/modprobe.conf