Skip to content

Commit 92f25f9

Browse files
zeildanobi
authored andcommitted
fix typo
1 parent 3bb4a9f commit 92f25f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attached_probe.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ void AttachedProbe::resolve_offset_kprobe(bool safe_mode)
470470
#ifdef HAVE_UNSAFE_PROBE
471471
buf << " Use --unsafe to skip the userspace check.";
472472
#else
473-
buf << " Compile bpftrace with ALLOW_UNAFE_PROBE option to force skip "
473+
buf << " Compile bpftrace with ALLOW_UNSAFE_PROBE option to force skip "
474474
"the check.";
475475
#endif
476476
throw std::runtime_error(buf.str());

0 commit comments

Comments
 (0)