[DTrace-devel] [PATCH 1/9] Fix typo

Kris Van Hees kris.van.hees at oracle.com
Thu Dec 21 04:14:46 UTC 2023


On Thu, Oct 05, 2023 at 05:13:59PM -0400, eugene.loh at oracle.com wrote:
> 
> Signed-off-by: Eugene Loh <eugene.loh at oracle.com>

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

> ---
>  bpf/inet_ntoa6.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/bpf/inet_ntoa6.S b/bpf/inet_ntoa6.S
> index 3995b92a..37807ad6 100644
> --- a/bpf/inet_ntoa6.S
> +++ b/bpf/inet_ntoa6.S
> @@ -346,7 +346,7 @@ dt_inet_ntoa6:
>  	exit
>  
>  .Lfull:
> -	/* Output an IPv6 address without zero-cord collapsing. */
> +	/* Output an IPv6 address without zero-word collapsing. */
>  	mov	%r6, 7
>  .Lfull_loop:
>  	jle	%r6, 0, .Lfull_end
> -- 
> 2.18.4
> 
> 



More information about the DTrace-devel mailing list