From fe717f9cfeebf48714de35b1c8f4b1ce323ca67f Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Fri, 29 Nov 2013 18:59:05 +0100 Subject: [PATCH] [2765] Fixed a typo in the doxygen documentation. --- src/lib/dhcp/pkt_filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dhcp/pkt_filter.h b/src/lib/dhcp/pkt_filter.h index 1636abd316..e9b661b2d8 100644 --- a/src/lib/dhcp/pkt_filter.h +++ b/src/lib/dhcp/pkt_filter.h @@ -125,7 +125,7 @@ protected: /// (a.k.a. primary socket) used to receive and handle DHCPv4 traffic. The /// traffic received through the fallback should be dropped. The reasoning /// behind opening the fallback socket is explained in the documentation of - /// @s isc::dhcp::SocketInfo structure. + /// @c isc::dhcp::SocketInfo structure. /// /// @param addr An IPv4 address to bind the socket to. /// @param port A port number to bind socket to.