fixed typo in libheap install

This commit is contained in:
Michael Rodler 2017-01-12 11:24:09 +01:00
parent 302f1df350
commit 4a3477bd48

View file

@ -17,7 +17,7 @@ if ! grep "init-libheap" ~/.gdbinit; then
define init-libheap
python from libheap import *
end
document init-pwndbg
document init-libheap
Initializes the libheap gdb extension (https://github.com/cloudburst/libheap)
end
####