diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-12-29 06:02:06 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-12-29 06:02:06 +0000 |
commit | cfe9eade2ee92f920ff1177739c54a2d10383760 (patch) | |
tree | 5e94b4ffcbd2a8e917f1b86bcdaa23737bd7e458 | |
parent | 09e6485fa9d137478b21711ab590b98c9135ed96 (diff) | |
download | gdb-cfe9eade2ee92f920ff1177739c54a2d10383760.zip gdb-cfe9eade2ee92f920ff1177739c54a2d10383760.tar.gz gdb-cfe9eade2ee92f920ff1177739c54a2d10383760.tar.bz2 |
* valops.c (find_method_list): Minor reformatting in comment.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/valops.c | 2 |
2 files changed, 5 insertions, 1 deletions
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 <brobecker@adacore.com> + + * valops.c (find_method_list): Minor reformatting in comment. + 2008-12-29 Pedro Alves <pedro@codesourcery.com> 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. |