aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJie Zhang <jie.zhang@analog.com>2011-07-21 11:16:50 -0400
committerSpencer Oliver <ntfreak@users.sourceforge.net>2011-07-26 21:23:20 +0100
commit577c3bc087d60414ee45031809c9acce24a8f3e0 (patch)
tree4e8329432855b02cc00a30b5322f76ca971b7e43 /doc
parente872d2880e019bde20a176166fc748334845f13e (diff)
Update doc about Jim since it's not a single .C file and a single .H file any more
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index fd92d51a..e9e32b8c 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -526,7 +526,7 @@ OpenOCD mailing list.
@item @b{Jim vs. Tcl}
@* Jim-Tcl is a stripped down version of the well known Tcl language,
which can be found here: @url{http://www.tcl.tk}. Jim-Tcl has far
-fewer features. Jim-Tcl is a single .C file and a single .H file and
+fewer features. Jim-Tcl is several dozens of .C files and .H files and
implements the basic Tcl command set. In contrast: Tcl 8.6 is a
4.2 MB .zip file containing 1540 files.