[PATCH] pathtrace: fix typo in comment

Alyssa Ross hi at alyssa.is
Sun Apr 4 12:04:24 UTC 2021


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;
-- 
2.30.0



More information about the Strace-devel mailing list