Parcourir la source

[2765] Fixed a typo in the doxygen documentation.

Marcin Siodelski il y a 11 ans
Parent
commit
fe717f9cfe
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.