diff options
Diffstat (limited to 'src/nat/test_nat.c')
-rw-r--r-- | src/nat/test_nat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nat/test_nat.c b/src/nat/test_nat.c index 6a533798e0..784fc6cc74 100644 --- a/src/nat/test_nat.c +++ b/src/nat/test_nat.c @@ -45,7 +45,7 @@ /** - * Time to wait before stopping NAT, in seconds + * Time to wait before stopping NAT, in seconds */ #define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5) @@ -87,7 +87,7 @@ struct addr_cls /** * Return the address of the default interface, - * or any interface with a valid address if the default is not valid + * or any interface with a valid address if the default is not valid * * @param cls the 'struct addr_cls' * @param name name of the interface |