From 919dcdaa67072620aabd7b5dde75fde52fc6dba0 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sat, 7 Mar 2020 05:25:38 -0800 Subject: [PATCH] Fix typo in comment --- examples/dwarf_lineprogram_filenames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2