]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment-only fix. (Tom Tromey <tromey@redhat.com>)
authorJulian Seward <jseward@acm.org>
Wed, 4 Apr 2012 17:42:02 +0000 (17:42 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 4 Apr 2012 17:42:02 +0000 (17:42 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12487

coregrind/m_debuginfo/readdwarf3.c

index bb90ef6d383001ee7f3c2671aa4facec43e99b38..35280cef7c511f4a5c9ab4951a038e1d9aab6e31 100644 (file)
@@ -71,7 +71,7 @@
    ML_(sizeOfType): differentiate between zero sized types and types
    for which the size is unknown.  Is this important?  I don't know.
 
-   DW_AT_array_types: deal with explicit sizes (currently we compute
+   DW_TAG_array_types: deal with explicit sizes (currently we compute
    the size from the bounds and the element size, although that's
    fragile, if the bounds incompletely specified, or completely
    absent)
@@ -85,7 +85,7 @@
    expressions correctly, by failing to evaluate them and hence
    effectively ignoring the variable with which they are associated.
 
-   Deal with DW_AT_array_types which have element size != stride
+   Deal with DW_TAG_array_types which have element size != stride
 
    In some cases, the info for a variable is split between two
    different DIEs (generally a declarer and a definer).  We punt on