Fix dwarf2loc.h::dwarf2_evaluate_property function description.

gdb/ChangeLog:

        * dwarf2loc.h (dwarf2_evaluate_property): Minor function
        description fix.
This commit is contained in:
Joel Brobecker 2014-09-03 10:07:46 +02:00
parent 7db018e4e0
commit d143781548
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2014-09-03 Joel Brobecker <brobecker@adacore.com>
* dwarf2loc.h (dwarf2_evaluate_property): Minor function
description fix.
2014-09-02 Doug Evans <dje@google.com>
* typeprint.c (find_global_typedef): Fix comment.

View file

@ -90,8 +90,8 @@ struct value *dwarf2_evaluate_loc_desc (struct type *type,
size_t size,
struct dwarf2_per_cu_data *per_cu);
/* Converts a dynamic property into a static one. ADDR is the address of
the object currently being evaluated and might be nedded.
/* Converts a dynamic property into a static one. ADDRESS is the address
of the object currently being evaluated and might be nedded.
Returns 1 if PROP could be converted and the static value is passed back
into VALUE, otherwise returns 0. */