Skip to content

Commit dde89a6

Browse files
MarcondiroCopilot
andauthored
Copilot typo fix
Co-authored-by: Copilot <[email protected]>
1 parent 8af3913 commit dde89a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebpf/mem.ebpf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct {
2323
/* VA bits for ARM64
2424
*
2525
* Try to get the va bits from the kernel config.
26-
* Otherwise we try to copmute the actual va bits (runtime) in userspace and inject it here on eBPF
26+
* Otherwise we try to compute the actual va bits (runtime) in userspace and inject it here on eBPF
2727
* program open.
2828
*/
2929
#ifdef __TARGET_ARCH_arm64

0 commit comments

Comments
 (0)