[PATCH] pathtrace: fix typo in comment

Dmitry V. Levin ldv at altlinux.org
Sun Apr 4 20:36:20 UTC 2021


On Sun, Apr 04, 2021 at 12:04:24PM +0000, Alyssa Ross wrote:
> Signed-off-by: Alyssa Ross <hi at alyssa.is>
> ---
>  src/pathtrace.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/pathtrace.c b/src/pathtrace.c
> index a4dd2766..62dc494b 100644
> --- a/src/pathtrace.c
> +++ b/src/pathtrace.c
> @@ -396,7 +396,7 @@ pathtrace_match_set(struct tcb *tcp, struct path_set *set)
>  	case SEN_timerfd_settime64:
>  	case SEN_userfaultfd:
>  		/*
> -		 * These have TRACE_FILE or TRACE_DESCRIPTOR or TRACE_NETWORK set,
> +		 * These have TRACE_FILE or TRACE_DESC or TRACE_NETWORK set,
>  		 * but they don't have any file descriptor or path args to test.
>  		 */
>  		return false;

Applied, thanks.


-- 
ldv


More information about the Strace-devel mailing list