OSDN Git Service

* valops.c (find_method_list): Minor reformatting in comment.
authorJoel Brobecker <brobecker@gnat.com>
Mon, 29 Dec 2008 06:02:06 +0000 (06:02 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 29 Dec 2008 06:02:06 +0000 (06:02 +0000)
gdb/ChangeLog
gdb/valops.c

index 1675177..a8800a6 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * valops.c (find_method_list): Minor reformatting in comment.
+
 2008-12-29  Pedro Alves  <pedro@codesourcery.com>
 
        PR gdb/7536:
index 05e5351..c9fae8d 100644 (file)
@@ -1851,7 +1851,7 @@ value_struct_elt (struct value **argp, struct value **args,
 }
 
 /* Search through the methods of an object (and its bases) to find a
-   specified method. Return the pointer to the fn_field list of
+   specified method.  Return the pointer to the fn_field list of
    overloaded instances.
 
    Helper function for value_find_oload_list.