From 9cad0d5148debb610541282a29387785ad860eb4 Mon Sep 17 00:00:00 2001 From: Philippe Waroquiers Date: Wed, 19 Nov 2014 22:21:12 +0000 Subject: [PATCH] Fix typos in a comment git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14737 --- coregrind/m_debuginfo/readdwarf3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.47.2