Re: [PATCH 1/3] Fix init_disassemble_info typo
Kris Van Hees <[email protected]> Tue, 10 Feb 2026 15:45:12 -0500
| Newsgroups | dev.linux.lists.dtrace |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Feb 10, 2026 at 03:16:35PM -0500, [email protected] wrote: > From: Eugene Loh <[email protected]> > > Signed-off-by: Eugene Loh <[email protected]> Reviewed-by: Kris Van Hees <[email protected]> > --- > libdtrace/dt_pid.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libdtrace/dt_pid.c b/libdtrace/dt_pid.c > index 20458a511..690d1a2a3 100644 > --- a/libdtrace/dt_pid.c > +++ b/libdtrace/dt_pid.c > @@ -133,7 +133,7 @@ dt_pid_create_one_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, > > #if defined(__amd64) > #if defined(HAVE_INITDISINFO3) == defined(HAVE_INITDISINFO4) > -#error expect init_disassembler_info() to have 3 or else 4 arguments > +#error expect init_disassemble_info() to have 3 or else 4 arguments > #endif > #ifdef HAVE_INITDISINFO4 > static int > -- > 2.47.3 >