]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2765] Fixed a typo in the doxygen documentation.
authorMarcin Siodelski <marcin@isc.org>
Fri, 29 Nov 2013 17:59:05 +0000 (18:59 +0100)
committerMarcin Siodelski <marcin@isc.org>
Fri, 29 Nov 2013 17:59:05 +0000 (18:59 +0100)
src/lib/dhcp/pkt_filter.h

index 1636abd316359c03d054dbdb967d51df8c044962..e9b661b2d8a424fa1211176aa358ed587a035c01 100644 (file)
@@ -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.