From b283c32027323c70db8e6c6760f04ed263be037f Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 25 Feb 2020 14:13:09 +0100 Subject: cosmetic: Fix comment typo Change-Id: I8240b388ffb8c1806bf0d34a9e59146b403a13be --- ggsn/icmpv6.c | 4 ++-- 1 file 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 +/* (C) 2017 by Harald Welte * * 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, -- cgit v1.2.3