Skip to content

Commit add63da

Browse files
authored
fix typo in GotBaseFunction docs (#761)
1 parent 5b91420 commit add63da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gef.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10597,7 +10597,7 @@ def do_invoke(self, args):
1059710597

1059810598
@register_function
1059910599
class GotBaseFunction(GenericFunction):
10600-
"""Return the current bss base address plus the given offset."""
10600+
"""Return the current GOT base address plus the given offset."""
1060110601
_function_ = "_got"
1060210602

1060310603
def do_invoke(self, args):

0 commit comments

Comments
 (0)