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 3bb4a9f commit 92f25f9Copy full SHA for 92f25f9
src/attached_probe.cpp
@@ -470,7 +470,7 @@ void AttachedProbe::resolve_offset_kprobe(bool safe_mode)
470
#ifdef HAVE_UNSAFE_PROBE
471
buf << " Use --unsafe to skip the userspace check.";
472
#else
473
- buf << " Compile bpftrace with ALLOW_UNAFE_PROBE option to force skip "
+ buf << " Compile bpftrace with ALLOW_UNSAFE_PROBE option to force skip "
474
"the check.";
475
#endif
476
throw std::runtime_error(buf.str());
0 commit comments