This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

README typo fixes


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]