]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix typos in a comment
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 19 Nov 2014 22:21:12 +0000 (22:21 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 19 Nov 2014 22:21:12 +0000 (22:21 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14737

coregrind/m_debuginfo/readdwarf3.c

index cea8aed649445bfd73a4f832639bf55d8cca5502..a2639138f6274826ea278aad5f6c3c9b1a0bc94f 100644 (file)
@@ -385,11 +385,11 @@ static ULong get_Initial_Length ( /*OUT*/Bool* is64,
 typedef
    struct _name_form {
       ULong at_name;  // Dwarf Attribute name
-      ULong at_form;  // Dward Attribute form
+      ULong at_form;  // Dwarf Attribute form
       UInt  skip_szB; // Nr of bytes skippable from here ...
       UInt  next_nf;  // ... to reach this attr/form index in the g_abbv.nf
    } name_form;
-/* skip_szB and n_nf are used to optimise the skipping of uninteresting DIEs.
+/* skip_szB and next_nf are used to optimise the skipping of uninteresting DIEs.
    Each name_form maintains how many (fixed) nr of bytes can be skipped from
    the beginning of this form till the next attr/form to look at.
    The next form to look can be: