* hw-tree.c (parse_integer_property): Typo fix in comments.
authorBen Elliston <bje@au.ibm.com>
Sat, 10 Jul 2004 00:40:25 +0000 (00:40 +0000)
committerBen Elliston <bje@au.ibm.com>
Sat, 10 Jul 2004 00:40:25 +0000 (00:40 +0000)
* sim-options.c (sim_args_command): Likewise.

sim/common/ChangeLog
sim/common/hw-tree.c
sim/common/sim-options.c

index 247ac57..f30250b 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2004-06-28  Andrew Cagney  <cagney@gnu.org>
 
        * run.c: Rename ui_loop_hook to deprecated_ui_loop_hook.
index 9930356..f228c69 100644 (file)
@@ -638,7 +638,7 @@ parse_integer_property (struct hw *current,
        {
          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 94d0de4..789ec2a 100644 (file)
@@ -898,7 +898,7 @@ sim_args_command (SIM_DESC sd, char *cmd)
 {
   /* 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_args_command (SIM_DESC sd, char *cmd)
       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.  */
       {