This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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]

sim/common typo fixes


Committed.

2004-07-10  Ben Elliston  <bje@au.ibm.com>

       * hw-tree.c (parse_integer_property): Typo fix in comments.
       * sim-options.c (sim_args_command): Likewise.

Index: hw-tree.c
===================================================================
RCS file: /cvs/src/src/sim/common/hw-tree.c,v
retrieving revision 1.3
diff -u -r1.3 hw-tree.c
--- hw-tree.c   23 Nov 2002 01:12:05 -0000      1.3
+++ hw-tree.c   10 Jul 2004 00:34:11 -0000
@@ -638,7 +638,7 @@
        {
          H2BE (words[i]);
        }
-      /* perhaphs integer array property is better */
+      /* perhaps integer array property is better */
       hw_add_array_property (current, property_name, words,
                             sizeof(words[0]) * nr_entries);
     }
Index: sim-options.c
===================================================================
RCS file: /cvs/src/src/sim/common/sim-options.c,v
retrieving revision 1.6
diff -u -r1.6 sim-options.c
--- sim-options.c       22 Nov 2003 21:37:49 -0000      1.6
+++ sim-options.c       10 Jul 2004 00:34:11 -0000
@@ -898,7 +898,7 @@
 {
   /* something to do? */
   if (cmd == NULL)
-    return SIM_RC_OK; /* FIXME - perhaphs help would be better */
+    return SIM_RC_OK; /* FIXME - perhaps help would be better */

   if (cmd [0] == '-')
     {
@@ -916,7 +916,7 @@
       sim_cpu *cpu;

       if (argv [0] == NULL)
-       return SIM_RC_OK; /* FIXME - perhaphs help would be better */
+       return SIM_RC_OK; /* FIXME - perhaps help would be better */

       /* First check for a cpu selector.  */
       {


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