--- embedaddon/mtr/packet/packet.c 2021/03/17 00:07:30 1.1.1.2 +++ embedaddon/mtr/packet/packet.c 2023/09/27 11:18:58 1.1.1.3 @@ -35,7 +35,7 @@ #include "wait.h" -/* Drop SUID privileges. To be used after accquiring raw sockets. */ +/* Drop SUID privileges. To be used after acquiring raw sockets. */ static int drop_elevated_permissions( void) @@ -82,7 +82,7 @@ int main( struct net_state_t net_state; /* - To minimize security risk, the only thing done prior to + To minimize security risk, the only thing done prior to dropping SUID should be opening the network state for raw sockets. */