summaryrefslogtreecommitdiffstats
path: root/util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'util.hpp')
-rw-r--r--util.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.hpp b/util.hpp
index ff91d17..7e48383 100644
--- a/util.hpp
+++ b/util.hpp
@@ -104,7 +104,7 @@ bool isValidIP(int addressFamily, const std::string& address);
*/
bool isValidPrefix(int addressFamily, uint8_t prefixLength);
-/* @brief gets the network section of the ip adress.
+/* @brief gets the network section of the ip address.
* @param[in] addressFamily - IP address family(AF_INET/AF_INET6).
* @param[in] ipaddress - IP address.
* @param[in] prefix - prefix length.
OpenPOWER on IntegriCloud