summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-05-02 09:19:58 +0200
committerTyge Løvset <[email protected]>2022-05-02 09:19:58 +0200
commit53e8450d99679b27366d4f02953cd34341958eae (patch)
tree721f30ab618aecc8570d3c0213f267102e78b374 /examples
parented1af86a761ab0f68ee960905b5886cdc62f4e7f (diff)
downloadSTC-modified-53e8450d99679b27366d4f02953cd34341958eae.tar.gz
STC-modified-53e8450d99679b27366d4f02953cd34341958eae.zip
More doc fixes on i_keyclone, i_keyfrom and i_valclone, i_valfrom
Diffstat (limited to 'examples')
-rw-r--r--examples/arc_demo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/arc_demo.c b/examples/arc_demo.c
index 0ba5bf0a..daeb5a68 100644
--- a/examples/arc_demo.c
+++ b/examples/arc_demo.c
@@ -6,7 +6,7 @@ void int_drop(int* x) {
}
// carc implements its own clone method using reference counting,
-// so 'i_valfrom' need not be defined (will be ignored).
+// so 'i_valclone' is not required to be defined (ignored).
#define i_type Arc // set type name to be defined (instead of 'carc_int')
#define i_val int