minor grammar fix in libffi backport patch in 2.5.x (#2922)
Signed-off-by: cuinix <915115094@qq.com>
This commit is contained in:
parent
21c2a3dd69
commit
c5eae0f263
@ -197,7 +197,7 @@ index 0000000..1fc2747
|
|||||||
+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);
|
||||||
|
@ -197,7 +197,7 @@ index 0000000..1fc2747
|
|||||||
+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);
|
||||||
|
@ -197,7 +197,7 @@ index 0000000..1fc2747
|
|||||||
+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);
|
||||||
|
@ -197,7 +197,7 @@ index 0000000..1fc2747
|
|||||||
+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);
|
||||||
|
@ -197,7 +197,7 @@ index 0000000..1fc2747
|
|||||||
+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);
|
||||||
|
@ -197,7 +197,7 @@ index 0000000..1fc2747
|
|||||||
+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);
|
||||||
|
@ -197,7 +197,7 @@ index 0000000..1fc2747
|
|||||||
+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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user