Skip to content

Commit dcc57e7

Browse files
authored
Update support/ebpf/interpreter_dispatcher.ebpf.c
1 parent b4a8986 commit dcc57e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/ebpf/interpreter_dispatcher.ebpf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ bool EBPF_INLINE is_smi(u64 x)
443443
//
444444
// So to read a SMI, we do addr >> 32, and to read an object, we do addr - 1.
445445
//
446-
// Since objects can be moved by the GC, they are not usually referenced by the GC, but
446+
// Since objects can be moved by the GC, they are not usually referenced directly with pointers, but
447447
// rather by "handles" that introduce another layer of indirection: that is,
448448
// a handle usually holds an Address *, rather than an Address.
449449
//

0 commit comments

Comments
 (0)