From: Philippe Waroquiers Date: Wed, 19 Nov 2014 22:21:12 +0000 (+0000) Subject: Fix typos in a comment X-Git-Tag: svn/VALGRIND_3_11_0~812 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cad0d5148debb610541282a29387785ad860eb4;p=thirdparty%2Fvalgrind.git Fix typos in a comment git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14737 --- diff --git a/coregrind/m_debuginfo/readdwarf3.c b/coregrind/m_debuginfo/readdwarf3.c index cea8aed649..a2639138f6 100644 --- a/coregrind/m_debuginfo/readdwarf3.c +++ b/coregrind/m_debuginfo/readdwarf3.c @@ -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: