From: Guilherme Maciel Ferreira Date: Tue, 15 Nov 2011 23:53:43 +0000 (-0200) Subject: Small documentation change X-Git-Tag: v1.2~15 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=264fbf88633500110b5eb0d1f569659b77ce5a60;p=pingcheck Small documentation change --- diff --git a/src/ip/ipv4header.cpp b/src/ip/ipv4header.cpp index c243e61..6403d8d 100644 --- a/src/ip/ipv4header.cpp +++ b/src/ip/ipv4header.cpp @@ -182,7 +182,7 @@ uint16_t Ipv4Header::get_header_checksum() const /** * @brief Get the source address. * - * The Source Address field indicates the source network interface address. + * The Source Address field indicates the source network host address. * * @brief The source address. */ @@ -196,8 +196,7 @@ address_v4 Ipv4Header::get_source_address() const /** * @brief Get the destination address. * - * The Destination Address field indicates the destination network interface - * address. + * The Destination Address field indicates the destination network host address. * * @return The destination address. */