Small documentation change
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Tue, 15 Nov 2011 23:53:43 +0000 (21:53 -0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Tue, 15 Nov 2011 23:53:43 +0000 (21:53 -0200)
src/ip/ipv4header.cpp

index c243e61..6403d8d 100644 (file)
@@ -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.
  */