From 264fbf88633500110b5eb0d1f569659b77ce5a60 Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Tue, 15 Nov 2011 21:53:43 -0200 Subject: [PATCH] Small documentation change --- src/ip/ipv4header.cpp | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) 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. */ -- 1.7.1