aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-02-25 14:13:09 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-02-25 14:13:09 +0100
commitb283c32027323c70db8e6c6760f04ed263be037f (patch)
tree351c552752fd67ee0e3180fb11264984b5e2d010
parente71e0f2af84d8b26f4c09a8c859f86cf701b3357 (diff)
cosmetic: Fix comment typo
-rw-r--r--ggsn/icmpv6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ggsn/icmpv6.c b/ggsn/icmpv6.c
index b7b97eb..12119b8 100644
--- a/ggsn/icmpv6.c
+++ b/ggsn/icmpv6.c
@@ -1,7 +1,7 @@
/* Minimal ICMPv6 code for generating router advertisements as required by
* relevant 3GPP specs for a GGSN with IPv6 PDP contexts */
-/* (C) 2017 by Harald Welte <laforge@gnumonks.org>
+/* (C) 2017 by Harald Welte <laforge@gnumonks.org>
*
* The contents of this file may be used under the terms of the GNU
* General Public License Version 2, provided that the above copyright
@@ -95,7 +95,7 @@ struct icmpv6_opt_prefix {
/*! construct a 3GPP 29.061 compliant router advertisement for a given prefix
* \param[in] saddr Source IPv6 address for router advertisement
* \param[in] daddr Destination IPv6 address for router advertisement IPv6 header
- * \param[in] prefix The single prefix to be advertised (/64 implied!)i
+ * \param[in] prefix The single prefix to be advertised (/64 implied!)
* \returns callee-allocated message buffer containing router advertisement */
struct msgb *icmpv6_construct_ra(const struct in6_addr *saddr,
const struct in6_addr *daddr,