We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af3913 commit dde89a6Copy full SHA for dde89a6
ebpf/mem.ebpf.c
@@ -23,7 +23,7 @@ struct {
23
/* VA bits for ARM64
24
*
25
* 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
+ * Otherwise we try to compute the actual va bits (runtime) in userspace and inject it here on eBPF
27
* program open.
28
*/
29
#ifdef __TARGET_ARCH_arm64
0 commit comments