1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Fix typo in arp.h comment (#151)

This commit is contained in:
Wouter Overmeire
2016-06-06 19:36:36 +02:00
committed by Matias Fontanini
parent 5b00916f83
commit 8afc784956

View File

@@ -298,7 +298,7 @@ public:
* \param sender The sender's IP address.
* \param hw_tgt The target's hardware address.
* \param hw_snd The sender's hardware address.
* \return EthetnetII containing the ARP Replay.
* \return EthernetII object containing the ARP Reply.
*/
static EthernetII make_arp_reply(ipaddress_type target,
ipaddress_type sender,