diff options
author | Spencer Oliver <spen@spen-soft.co.uk> | 2012-02-13 11:11:02 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2012-02-13 12:34:06 +0000 |
commit | de545ee93ab59a62a9798391b9c5c3142def56eb (patch) | |
tree | 598f5c3dbd3a29b646c53095ba909827e0663765 /doc | |
parent | 87bf0db12551daf6d1c34bd09a573c0b23d31df2 (diff) |
docs: correct small typo
Change-Id: I5e8bea591274b4032d3e04c4be7e9110138d5bc2
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/447
Tested-by: jenkins
Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index b56efb8a..97562509 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -1339,7 +1339,7 @@ have only been used by the developer who created it. A separate chapter gives information about how to set these up. @xref{Debug Adapter Configuration}. -Read the OpenOCD source code (and Developer's GUide) +Read the OpenOCD source code (and Developer's Guide) if you have a new kind of hardware interface and need to provide a driver for it. |