]> granicus.if.org Git - strace/commitdiff
pathtrace: fix typo in comment
authorEugene Syromyatnikov <evgsyr@gmail.com>
Fri, 21 Jul 2017 18:14:58 +0000 (20:14 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 14 Aug 2017 11:33:26 +0000 (11:33 +0000)
pathtrace.c

index b0dd8f991cf5a4fc71c58c1217e10590b704507c..52582380bb0171da5d0a171f836d379a0bc669df 100644 (file)
@@ -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)