Skip to content

Commit

Permalink
fix typo in GotBaseFunction docs (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
theguy147 committed Dec 3, 2021
1 parent 5b91420 commit add63da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -10597,7 +10597,7 @@ def do_invoke(self, args):

@register_function
class GotBaseFunction(GenericFunction):
"""Return the current bss base address plus the given offset."""
"""Return the current GOT base address plus the given offset."""
_function_ = "_got"

def do_invoke(self, args):
Expand Down

0 comments on commit add63da

Please sign in to comment.