Browse Source

[2765] Fixed a typo in the doxygen documentation.

Marcin Siodelski 11 years ago
parent
commit
fe717f9cfe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/pkt_filter.h

+ 1 - 1
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.