aboutsummaryrefslogtreecommitdiff
path: root/src/dns/gnunet-helper-dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns/gnunet-helper-dns.c')
-rw-r--r--src/dns/gnunet-helper-dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns/gnunet-helper-dns.c b/src/dns/gnunet-helper-dns.c
index a9c2c6d28..f0e39464d 100644
--- a/src/dns/gnunet-helper-dns.c
+++ b/src/dns/gnunet-helper-dns.c
@@ -250,7 +250,7 @@ fork_and_exec (const char *file,
250/** 250/**
251 * Creates a tun-interface called @a dev; 251 * Creates a tun-interface called @a dev;
252 * 252 *
253 * @param dev is asumed to point to a char[IFNAMSIZ] 253 * @param dev is assumed to point to a char[IFNAMSIZ]
254 * if *dev == '\\0', uses the name supplied by the kernel; 254 * if *dev == '\\0', uses the name supplied by the kernel;
255 * @return the fd to the tun or -1 on error 255 * @return the fd to the tun or -1 on error
256 */ 256 */