File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -856,15 +856,15 @@ mentioned above, call:
856
856
857
857
.. code-block :: c
858
858
859
- _Block_object_assign(&dst->target, src->target, BLOCK_FIELD_<appropo >);
859
+ _Block_object_assign(&dst->target, src->target, BLOCK_FIELD_<apropos >);
860
860
861
861
in the copy helper and:
862
862
863
863
.. code-block :: c
864
864
865
- _Block_object_dispose(->target, BLOCK_FIELD_<appropo >);
865
+ _Block_object_dispose(->target, BLOCK_FIELD_<apropos >);
866
866
867
- in the dispose helper where ``<appropo > `` is:
867
+ in the dispose helper where ``<apropos > `` is:
868
868
869
869
.. code-block :: c
870
870
@@ -888,7 +888,7 @@ and functions are generated in the same manner.
888
888
Under ObjC we allow ``__weak `` as an attribute on ``__block `` variables, and
889
889
this causes the addition of ``BLOCK_FIELD_IS_WEAK `` orred onto the
890
890
``BLOCK_FIELD_IS_BYREF `` flag when copying the ``block_byref `` structure in the
891
- ``Block `` copy helper, and onto the ``BLOCK_FIELD_<appropo > `` field within the
891
+ ``Block `` copy helper, and onto the ``BLOCK_FIELD_<apropos > `` field within the
892
892
``block_byref `` copy/dispose helper calls.
893
893
894
894
The prototypes, and summary, of the helper functions are:
You can’t perform that action at this time.
0 commit comments