zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit b6aebc41177dec5d7dddcc7594e5435d54f17963 (tree)
parent 8d42a86fb316d3ad369ca0d4d6d1a77d0e45b737
Author: regp <regp@gmail.com>
Date:   Sat, 11 Apr 2026 17:27:02 +0300

tools: fix outdated filename in std_gdb_pretty_printers.py comment

Diffstat:
Mtools/std_gdb_pretty_printers.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/std_gdb_pretty_printers.py b/tools/std_gdb_pretty_printers.py @@ -1,5 +1,5 @@ # pretty printing for the standard library. -# put "source /path/to/stage2_gdb_pretty_printers.py" in ~/.gdbinit to load it automatically. +# put "source /path/to/std_gdb_pretty_printers.py" in ~/.gdbinit to load it automatically. import re import gdb.printing