diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-04-05 17:44:15 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2001-04-05 17:44:15 +0000 |
commit | ff94ebf2c88ceefe51f29f5170e1e18c50ef909e (patch) | |
tree | ebe8652c0504520d16b41ec9eec3130d186b9c9b /binutils/readelf.c | |
parent | 1fcef334200c9ff04b3790e48e36ae7d74118e8e (diff) | |
download | gdb-ff94ebf2c88ceefe51f29f5170e1e18c50ef909e.zip gdb-ff94ebf2c88ceefe51f29f5170e1e18c50ef909e.tar.gz gdb-ff94ebf2c88ceefe51f29f5170e1e18c50ef909e.tar.bz2 |
* readelf.c (display_debug_lines): Fix typo for "Prologue".
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index 2e144cf..e30fba3 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -5494,7 +5494,7 @@ display_debug_lines (section, start, file) printf (_(" Length: %ld\n"), info.li_length); printf (_(" DWARF Version: %d\n"), info.li_version); - printf (_(" Prolgue Length: %d\n"), info.li_prologue_length); + printf (_(" Prologue Length: %d\n"), info.li_prologue_length); printf (_(" Minimum Instruction Length: %d\n"), info.li_min_insn_length); printf (_(" Initial value of 'is_stmt': %d\n"), info.li_default_is_stmt); printf (_(" Line Base: %d\n"), info.li_line_base); |