diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-04-22 17:10:12 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-04-22 17:10:12 +0000 |
commit | 0ebf92b45c1c475c324c1fd1da534426de13dd3a (patch) | |
tree | 6fa21c2627bc73fbc1565986f5164b1c5219b1dc /configure.in | |
parent | 779c44125a8804dabb40f59b068b55a9ac810096 (diff) | |
download | riscv-openocd-0ebf92b45c1c475c324c1fd1da534426de13dd3a.zip riscv-openocd-0ebf92b45c1c475c324c1fd1da534426de13dd3a.tar.gz riscv-openocd-0ebf92b45c1c475c324c1fd1da534426de13dd3a.tar.bz2 |
Michael Bruck spotted a typo in help messages
git-svn-id: svn://svn.berlios.de/openocd/trunk@1510 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 42fd5fd..632aaf8 100644 --- a/configure.in +++ b/configure.in @@ -218,7 +218,7 @@ AC_ARG_ENABLE(verbose_usb_comms, [Enable verbose USB communication messages (for debugging)]), [debug_usb_comms=$enableval], []) -AC_MSG_CHECKING([whether to enable verbose JTAB I/O messages]); +AC_MSG_CHECKING([whether to enable verbose JTAG I/O messages]); AC_MSG_RESULT($debug_jtag_io) if test $debug_jtag_io = yes; then AC_DEFINE([_DEBUG_JTAG_IO_],[1], [Print verbose JTAG I/O messages]) |