[PATCH 2/6] Simple typo in comment
[email protected] Mon, 30 Mar 2026 21:02:20 -0400
| Newsgroups | dev.linux.lists.dtrace |
|---|---|
| Message-ID | <[email protected]> |
From: Eugene Loh <[email protected]> Signed-off-by: Eugene Loh <[email protected]> --- libdtrace/dt_probe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdtrace/dt_probe.h b/libdtrace/dt_probe.h index 54053cd3d..73b15553a 100644 --- a/libdtrace/dt_probe.h +++ b/libdtrace/dt_probe.h @@ -33,7 +33,7 @@ typedef struct dt_probe_instance { typedef struct dt_probe { dt_list_t list; /* prev/next in enablings chain */ dt_list_t stmts; /* stmts */ - dt_list_t dependents; /* dependenct probes to attach */ + dt_list_t dependents; /* dependent probes to attach */ const dtrace_probedesc_t *desc; /* probe description (id, name) */ dt_provider_t *prov; /* pointer to containing provider */ struct dt_hentry he_prv; /* provider name htab links */ -- 2.47.3