diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-03-29 23:29:28 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-03-29 23:29:28 +0000 |
commit | 2e6e03535455f905a46fa74f7a039acdf83ecc70 (patch) | |
tree | bbaca972a78f3dfbaf3283fe4900e0ca175bed01 /gdb/ada-lang.c | |
parent | dc4024cd3faf98ec21df93dabdf911c5fbe25264 (diff) | |
download | gdb-2e6e03535455f905a46fa74f7a039acdf83ecc70.zip gdb-2e6e03535455f905a46fa74f7a039acdf83ecc70.tar.gz gdb-2e6e03535455f905a46fa74f7a039acdf83ecc70.tar.bz2 |
Remove trailing spaces in ada-lang.c:ada_lookup_simple_minsym doc.
gdb/ChangeLog:
* ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
in function documentation.
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r-- | gdb/ada-lang.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index 1d108af..207287f 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -4405,8 +4405,8 @@ defns_collected (struct obstack *obstackp, int finish) } /* Return a minimal symbol matching NAME according to Ada decoding - rules. Returns NULL if there is no such minimal symbol. Names - prefixed with "standard__" are handled specially: "standard__" is + rules. Returns NULL if there is no such minimal symbol. Names + prefixed with "standard__" are handled specially: "standard__" is first stripped off, and only static and global symbols are searched. */ struct minimal_symbol * |