This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[pushed] Fix dwarf2loc.h::dwarf2_evaluate_property function description.


Hello,

A small discrepancy between the name of a parameter used in a function
description and reality. Fixed thusly...

gdb/ChangeLog:

        * dwarf2loc.h (dwarf2_evaluate_property): Minor function
        description fix.

Tested by rebuilding GDB. Pushed (obvious).

Thanks,
-- 
Joel

---
 gdb/ChangeLog   | 5 +++++
 gdb/dwarf2loc.h | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4761df8..f4059d9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/dwarf2loc.h b/gdb/dwarf2loc.h
index 04e2792..96925e4 100644
--- a/gdb/dwarf2loc.h
+++ b/gdb/dwarf2loc.h
@@ -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.  */
 
-- 
1.9.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]