From 7e520b119457449c18b470bdb286fe88cbfaa287 Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Fri, 8 Apr 2022 14:06:54 +0200 Subject: [PATCH] sys/include/net/af: fix doc comment --- sys/include/net/af.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/net/af.h b/sys/include/net/af.h index 75610eaff3..be4a58fe7e 100644 --- a/sys/include/net/af.h +++ b/sys/include/net/af.h @@ -31,7 +31,7 @@ typedef enum { AF_UNSPEC = 0, /**< unspecified address family */ #define AF_UNSPEC AF_UNSPEC /**< unspecified address family (as macro) */ AF_UNIX, /**< local to host (pipes, portals) address family. */ -#define AF_UNIX AF_UNIX /**< unspecified address family (as macro) */ +#define AF_UNIX AF_UNIX /**< local to host (pipes, portals) address family. (as macro) */ AF_PACKET, /**< packet family */ #define AF_PACKET AF_PACKET /**< packet family (as macro) */ AF_INET, /**< internetwork address family: UDP, TCP, etc. */