* valops.c (find_method_list): Minor reformatting in comment.

This commit is contained in:
Joel Brobecker 2008-12-29 06:02:06 +00:00
parent 09e6485fa9
commit cfe9eade2e
2 changed files with 5 additions and 1 deletions

View 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:

View 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.