From: Jim Blandy Date: Mon, 6 Mar 2000 18:04:56 +0000 (+0000) Subject: Doc fix. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9ddea9f1c160f3f47dc7a7be286a6bbd2a530a6b;p=deliverable%2Fbinutils-gdb.git Doc fix. --- diff --git a/gdb/solib.c b/gdb/solib.c index 93eb06611c..f6e36a020a 100644 --- a/gdb/solib.c +++ b/gdb/solib.c @@ -852,10 +852,10 @@ locate_base () DESCRIPTION - Read in a copy of the first member in the inferior's dynamic - link map from the inferior's dynamic linker structures, and return - a pointer to the copy in our address space. - */ + Find the first element in the inferior's dynamic link map, and + return its address in the inferior. This function doesn't copy the + link map entry itself into our address space; find_solib actually + does the reading. */ static struct link_map * first_link_map_member ()