taviso / ctypes.sh

A foreign function interface for bash.
MIT License
2.11k stars 92 forks source link

docs: fix simple typo, abtract -> abstract #56

Closed timgates42 closed 3 years ago

timgates42 commented 3 years ago

There is a small typo in src/struct/dwarf_loader.c.

Should read abstract rather than abtract.

cemeyer commented 3 years ago

This file in ctypes comes from the dwarves (pahole) source code originally. As it's just a comment and comes from dwarves, IMO it's not worth fixing here. But, please send the patch to the upstream dwarves project; the typo is still present there: https://github.com/acmel/dwarves/blob/master/dwarf_loader.c#L2071

timgates42 commented 3 years ago

Thanks @cemeyer added https://github.com/acmel/dwarves/pull/16