diff --git a/llarp/iwp/linklayer.hpp b/llarp/iwp/linklayer.hpp index a713a34b9..34b2b98a1 100644 --- a/llarp/iwp/linklayer.hpp +++ b/llarp/iwp/linklayer.hpp @@ -7,7 +7,7 @@ #include #include #include -#include + #include #include diff --git a/llarp/net/address_info.hpp b/llarp/net/address_info.hpp index 5c9c9ac09..1d82f8669 100644 --- a/llarp/net/address_info.hpp +++ b/llarp/net/address_info.hpp @@ -44,7 +44,7 @@ namespace llarp IpAddress toIpAddress() const; - /// Updates our ip and port to reflact that of the given SockAddr + /// Updates our ip and port to reflect that of the given SockAddr void fromSockAddr(const SockAddr& address);