From: Eli Bendersky Date: Sat, 7 Mar 2020 13:25:38 +0000 (-0800) Subject: Fix typo in comment X-Git-Tag: v0.27~62 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=919dcdaa67072620aabd7b5dde75fde52fc6dba0;p=pyelftools.git Fix typo in comment --- diff --git a/examples/dwarf_lineprogram_filenames.py b/examples/dwarf_lineprogram_filenames.py index 57a8cdd..2dd0e70 100644 --- a/examples/dwarf_lineprogram_filenames.py +++ b/examples/dwarf_lineprogram_filenames.py @@ -1,5 +1,5 @@ #------------------------------------------------------------------------------- -# elftools example: dwarf_lpe_filenames.py +# elftools example: dwarf_lineprogram_filenames.py # # In the .debug_line section, the Dwarf line program generates a matrix # of address-source references. This example demonstrates accessing the state