From c743483805fbb9bf054fbaf2b31ef6169e48169c Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Fri, 21 Jul 2017 20:14:58 +0200 Subject: [PATCH] pathtrace: fix typo in comment --- pathtrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pathtrace.c b/pathtrace.c index b0dd8f99..52582380 100644 --- a/pathtrace.c +++ b/pathtrace.c @@ -119,7 +119,7 @@ getfdpath(struct tcb *tcp, int fd, char *buf, unsigned bufsize) /* * Add a path to the set we're tracing. Also add the canonicalized - * version of the path. Secifying NULL will delete all paths. + * version of the path. Specifying NULL will delete all paths. */ void pathtrace_select_set(const char *path, struct path_set *set) -- 2.50.1