Parcourir la source

[3546] Corrected a typo.

Marcin Siodelski il y a 10 ans
Parent
commit
21b23539b1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dhcp/pkt.h

+ 1 - 1
src/lib/dhcp/pkt.h

@@ -518,7 +518,7 @@ protected:
     /// @brief Local IP (v4 or v6) address.
     ///
     /// Specifies local IPv4 or IPv6 address. It is a destination address for
-    /// received packet, and a source address if it is packet being transmitted.
+    /// received packet, and a source address if it packet is being transmitted.
     isc::asiolink::IOAddress local_addr_;
 
     /// @brief Remote IP address.