summaryrefslogtreecommitdiff
path: root/nuttx/net/route/net_router.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/route/net_router.c')
-rw-r--r--nuttx/net/route/net_router.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/route/net_router.c b/nuttx/net/route/net_router.c
index 8dde05c1f..86c37b457 100644
--- a/nuttx/net/route/net_router.c
+++ b/nuttx/net/route/net_router.c
@@ -83,7 +83,7 @@ static int net_match(FAR struct net_route_s *route, FAR void *arg)
FAR struct route_match_s *match = (FAR struct route_match_s *)arg;
/* To match, the masked target addresses must be the same. In the event
- * of multiple matches, only the first is returned. There not (yet) any
+ * of multiple matches, only the first is returned. There is not (yet) any
* concept for the precedence of networks.
*/