From: Eugene Syromyatnikov Date: Fri, 21 Jul 2017 18:14:58 +0000 (+0200) Subject: pathtrace: fix typo in comment X-Git-Tag: v4.19~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c743483805fbb9bf054fbaf2b31ef6169e48169c;p=strace pathtrace: fix typo in comment --- 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)