aboutsummaryrefslogtreecommitdiff
path: root/src/exit/gnunet-helper-exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exit/gnunet-helper-exit.c')
-rw-r--r--src/exit/gnunet-helper-exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exit/gnunet-helper-exit.c b/src/exit/gnunet-helper-exit.c
index 4a6c66deb..4f32ea1f1 100644
--- a/src/exit/gnunet-helper-exit.c
+++ b/src/exit/gnunet-helper-exit.c
@@ -188,7 +188,7 @@ fork_and_exec (const char *file,
188/** 188/**
189 * Creates a tun-interface called dev; 189 * Creates a tun-interface called dev;
190 * 190 *
191 * @param dev is asumed to point to a char[IFNAMSIZ] 191 * @param dev is assumed to point to a char[IFNAMSIZ]
192 * if *dev == '\\0', uses the name supplied by the kernel; 192 * if *dev == '\\0', uses the name supplied by the kernel;
193 * @return the fd to the tun or -1 on error 193 * @return the fd to the tun or -1 on error
194 */ 194 */