* README typo fixes
@ 2008-03-28 16:46 Maciej W. Rozycki
0 siblings, 0 replies; only message in thread
From: Maciej W. Rozycki @ 2008-03-28 16:46 UTC (permalink / raw)
To: insight; +Cc: Maciej W. Rozycki
Hello,
A couple of typos throughout README files.
gdbtk/
2008-03-28 Maciej W. Rozycki <macro@mips.com>
* README: Fix a typo.
testsuite/gdb.gdbtk/
2008-03-28 Maciej W. Rozycki <macro@mips.com>
* README: Fix a few typos throughout.
Applied as obvious.
Maciej
gdbtk-readme.diff
Index: binutils-quilt/src/gdb/testsuite/gdb.gdbtk/README
===================================================================
--- binutils-quilt.orig/src/gdb/testsuite/gdb.gdbtk/README 2001-08-30 17:36:13.000000000 +0100
+++ binutils-quilt/src/gdb/testsuite/gdb.gdbtk/README 2007-03-28 15:55:24.000000000 +0100
@@ -67,13 +67,13 @@
o Determining if tests should be run
o Results accounting
o Compiling testcases in various languages
-o Repoting results to gdb's testsuite
+o Reporting results to gdb's testsuite
There are various functions defined to facilitate the writing of tests. These
functions currently reside in gdb's gdb.exp (src/gdb/testsuite/lib/gdb.exp) and
include:
-Pulic functions:
+Public functions:
proc gdbtk_initialize_display {}
gdbtk_initialize_display should be the first function called from the
@@ -109,7 +109,7 @@
The location of the testsuite definitions file (i.e.,
src/gdb/testsuite/gdb.gdbtk/defs)
- Note that DEFS is converted to abs$lute tcl-style paths. On unix,
+ Note that DEFS is converted to absolute tcl-style paths. On unix,
this means that DEFS would point to, for example,
/home/keiths/insight/src/gdb/testsuite/gdb.gdbtk/defs. On Cygwin it
would point to C:/cygwin/home/keiths/insight/src/gdb/testsuite/gdb.gdbtk/defs.
@@ -147,7 +147,7 @@
Private functions:
proc _gdbtk_export_target_info
- This functin exports information about the target into the environment
+ This function exports information about the target into the environment
so that Insight's testsuite may run programs on any supported gdb
target. This target information is passed into the Tcl testsuite
via an environment variable, TARGET_INFO, which is really a Tcl array,
@@ -271,7 +271,7 @@
gdb and Insight.
proc gdbtk_test_run {{prog_args {}}}
- gdbtk_test_run runs the previoiusly loaded executable, passing
+ gdbtk_test_run runs the previously loaded executable, passing
the given arguments to the inferior. Like Insight's Run button,
it will do whatever is necessary to get the executable running,
including any target initialization (setting baud rate and remote
Index: binutils-quilt/src/gdb/gdbtk/README
===================================================================
--- binutils-quilt.orig/src/gdb/gdbtk/README 2006-12-01 13:30:23.000000000 +0000
+++ binutils-quilt/src/gdb/gdbtk/README 2007-03-28 16:11:29.000000000 +0100
@@ -131,7 +131,7 @@
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-28 16:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-28 16:46 README typo fixes Maciej W. Rozycki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).