aboutsummaryrefslogtreecommitdiff
path: root/gdb/valops.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-12-29 06:02:06 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-12-29 06:02:06 +0000
commitcfe9eade2ee92f920ff1177739c54a2d10383760 (patch)
tree5e94b4ffcbd2a8e917f1b86bcdaa23737bd7e458 /gdb/valops.c
parent09e6485fa9d137478b21711ab590b98c9135ed96 (diff)
downloadgdb-cfe9eade2ee92f920ff1177739c54a2d10383760.zip
gdb-cfe9eade2ee92f920ff1177739c54a2d10383760.tar.gz
gdb-cfe9eade2ee92f920ff1177739c54a2d10383760.tar.bz2
* valops.c (find_method_list): Minor reformatting in comment.
Diffstat (limited to 'gdb/valops.c')
-rw-r--r--gdb/valops.c2
1 files changed, 1 insertions, 1 deletions
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.