]> granicus.if.org Git - strace/commitdiff
util.c: remove a wrong comment
authorVictor Krapivensky <krapivenskiy.va@phystech.edu>
Fri, 10 Mar 2017 17:48:35 +0000 (20:48 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 13 Mar 2017 15:19:22 +0000 (15:19 +0000)
4924dbd6d750665cf383b20ab4fd67e48219ab91 modified the return type, but
not the comment.

util.c

diff --git a/util.c b/util.c
index a38f82174136d6adba193fab7bbb28ac7905e258..f05d4efdd3ee4990c65e29cbf7810acad7bfdec4 100644 (file)
--- a/util.c
+++ b/util.c
@@ -355,7 +355,6 @@ printllval(struct tcb *tcp, const char *format, int arg_no)
 /*
  * Interpret `xlat' as an array of flags
  * print the entries whose bits are on in `flags'
- * return # of flags printed.
  */
 void
 addflags(const struct xlat *xlat, uint64_t flags)