[DTrace-devel] [PATCH 08/38] Fix comment in dt_probe.c

Kris Van Hees kris.van.hees at oracle.com
Thu Jul 18 18:49:33 UTC 2024


On Thu, Jun 27, 2024 at 01:34:25AM -0400, eugene.loh at oracle.com wrote:
> From: Eugene Loh <eugene.loh at oracle.com>
> 
> Signed-off-by: Eugene Loh <eugene.loh at oracle.com>

Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>

> ---
>  libdtrace/dt_probe.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libdtrace/dt_probe.c b/libdtrace/dt_probe.c
> index e1099d75..0b53121a 100644
> --- a/libdtrace/dt_probe.c
> +++ b/libdtrace/dt_probe.c
> @@ -838,7 +838,7 @@ dt_probe_lookup(dtrace_hdl_t *dtp, const dtrace_probedesc_t *pdp)
>  		 * To avoid checking multiple times whether an element in the
>  		 * probe specification is a glob pattern, we (ab)use the
>  		 * desc->id value (unused at this point) to store this
> -		 * information a a bitmap.
> +		 * information as a bitmap.
>  		 */
>  		desc = *pdp;
>  		desc.id = (p_is_glob << 3) | (m_is_glob << 2) |
> -- 
> 2.18.4
> 



More information about the DTrace-devel mailing list