c_client: fix "adress" typo
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
8287ebd7b7
commit
542befe40a
|
@ -1933,7 +1933,7 @@ def _c_accessors_list(self, field):
|
||||||
else:
|
else:
|
||||||
# use the accessor to get the start of the list, then
|
# use the accessor to get the start of the list, then
|
||||||
# compute the length of it by subtracting it from
|
# compute the length of it by subtracting it from
|
||||||
# the adress of the first byte after the end of the
|
# the address of the first byte after the end of the
|
||||||
# request
|
# request
|
||||||
after_end_of_request = '(((char*)R) + R->length * 4)'
|
after_end_of_request = '(((char*)R) + R->length * 4)'
|
||||||
start_of_list = '%s(R)' % (field.c_accessor_name)
|
start_of_list = '%s(R)' % (field.c_accessor_name)
|
||||||
|
|
Loading…
Reference in New Issue