summaryrefslogtreecommitdiff
path: root/gdb/gdbtk
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2008-03-28 16:46:16 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2008-03-28 16:46:16 +0000
commit686e923e8e21754b3df718d3883a373585bf794b (patch)
treec7910ebfb16341a2a1018bd816946c6bec42546a /gdb/gdbtk
parentd745cf8685119e065aa36215e6fb96c54f7f86bd (diff)
downloadgdb-686e923e8e21754b3df718d3883a373585bf794b.tar.gz
gdbtk/
* README: Fix a typo. testsuite/gdb.gdbtk/ * README: Fix a few typos throughout.
Diffstat (limited to 'gdb/gdbtk')
-rw-r--r--gdb/gdbtk/ChangeLog4
-rw-r--r--gdb/gdbtk/README2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/gdbtk/ChangeLog b/gdb/gdbtk/ChangeLog
index b0bf8db096d..64294920ba4 100644
--- a/gdb/gdbtk/ChangeLog
+++ b/gdb/gdbtk/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-28 Maciej W. Rozycki <macro@mips.com>
+
+ * README: Fix a typo.
+
2008-03-18 Maciej W. Rozycki <macro@mips.com>
* generic/gdbtk-interp.c (gdbtk_interpreter_init): New parameter
diff --git a/gdb/gdbtk/README b/gdb/gdbtk/README
index bb15731bc47..bd0c71a6d2f 100644
--- a/gdb/gdbtk/README
+++ b/gdb/gdbtk/README
@@ -131,7 +131,7 @@ look for main.tcl in the install directory, and finally it will try to find
the tcl directory in the sources.
A word about the different files in Insight is in order. Insight is a hybrid of
-C code and "Tcl" code (actuall Incr Tcl code). We use the following conventions
+C code and "Tcl" code (actually Incr Tcl code). We use the following conventions
for naming our tcl files (most of the time!). Any file with a ".tcl" extension
is simply vanilla tcl code. Any file ending with ".itcl" is an Itcl file,
class definition and implementation all in one. So far so good. Now comes the