remove the repeat 'the' (#29455)

This commit is contained in:
180909 2021-11-08 16:19:54 +08:00 committed by GitHub
parent 57c50c9c7c
commit 122ca4d73f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,7 +165,7 @@ for checking. It will be one of the following:
Before making the call, the VALUES vector should be initialized Before making the call, the VALUES vector should be initialized
with pointers to the appropriate argument values. with pointers to the appropriate argument values.
To call the the function using the initialized ffi_cif, use the To call the function using the initialized ffi_cif, use the
ffi_call function: ffi_call function:
void ffi_call(ffi_cif *cif, void *fn, void *rvalue, void **avalues); void ffi_call(ffi_cif *cif, void *fn, void *rvalue, void **avalues);