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/ppc patch


Committed as obvious:

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

        * tree.c (parse_integer_property): Comment typo fix.

Index: tree.c
===================================================================
RCS file: /cvs/src/src/sim/ppc/tree.c,v
retrieving revision 1.2
diff -u -r1.2 tree.c
--- tree.c      14 Nov 2001 19:54:59 -0000      1.2
+++ tree.c      11 Jul 2004 23:36:58 -0000
@@ -619,7 +619,7 @@
     for (i = 0; i < nr_entries; i++) {
       H2BE(words[i]);
     }
-    /* perhaphs integer array property is better */
+    /* perhaps integer array property is better */
     device_add_array_property(current, property_name, words,
                               sizeof(words[0]) * nr_entries);
   }


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