Fix dwarf2loc.h::dwarf2_evaluate_property function description.
authorJoel Brobecker <brobecker@adacore.com>
Wed, 3 Sep 2014 08:07:46 +0000 (10:07 +0200)
committerJoel Brobecker <brobecker@adacore.com>
Wed, 3 Sep 2014 08:10:41 +0000 (10:10 +0200)
gdb/ChangeLog:

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

gdb/ChangeLog
gdb/dwarf2loc.h

index 4761df8e74ba8710e59517a717cbd108e04917a3..f4059d9198c481228b879c93cb8597a2785e6cf3 100644 (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.
index 04e2792612ad1035d1f481f20fcdc07f95545ff8..96925e4c4850b80caed17995f397feb176d33904 100644 (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.  */
 
This page took 0.041092 seconds and 4 git commands to generate.