From cfe9eade2ee92f920ff1177739c54a2d10383760 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Mon, 29 Dec 2008 06:02:06 +0000 Subject: [PATCH] * valops.c (find_method_list): Minor reformatting in comment. --- gdb/ChangeLog | 4 ++++ gdb/valops.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1675177..a8800a6 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 05e5351..c9fae8d 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. -- 2.7.4