mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
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
7 changed files with 7 additions and 7 deletions
|
@ -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…
Reference in a new issue