From: Joel Brobecker Date: Mon, 29 Dec 2008 06:02:06 +0000 (+0000) Subject: * valops.c (find_method_list): Minor reformatting in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cfe9eade2ee92f920ff1177739c54a2d10383760;p=binutils-gdb.git * valops.c (find_method_list): Minor reformatting in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1675177f569..a8800a66d88 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-12-29 Joel Brobecker + + * valops.c (find_method_list): Minor reformatting in comment. + 2008-12-29 Pedro Alves PR gdb/7536: diff --git a/gdb/valops.c b/gdb/valops.c index 05e53513c66..c9fae8dc4e2 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -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.