From 7f2e6f0edd0defd5c0f3d2f70feb5f720eabec91 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Fri, 6 Jul 2012 12:53:21 +0000 Subject: [PATCH] fix typo in comment --- include/re_net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/re_net.h b/include/re_net.h index 2392429..5125f92 100644 --- a/include/re_net.h +++ b/include/re_net.h @@ -66,7 +66,7 @@ int net_sockopt_reuse_set(int fd, bool reuse); /* Net interface (if.c) */ /** - * Defines the interface address handled - called once per interface + * Defines the interface address handler - called once per interface * * @param ifname Name of the interface * @param sa IP address of the interface