Skip to content

Commit b2ee13c

Browse files
aescolarkartben
authored andcommitted
tests/net/socket/af_packet: Fix typo
Just a typo Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
1 parent 4d4f372 commit b2ee13c

File tree

1 file changed

+1
-2
lines changed
  • tests/net/socket/af_packet/src

1 file changed

+1
-2
lines changed

tests/net/socket/af_packet/src/main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,8 +613,7 @@ static void prepare_test_packet(int sock_type, uint16_t proto,
613613

614614
offset += NET_IPV4UDPH_LEN;
615615
zassert_true(offset <= sizeof(tx_buf), "Packet too long");
616-
zassert_ok(net_addr_pton(AF_INET, IPV4_ADDR, &addr),
617-
"Addres parse failed");
616+
zassert_ok(net_addr_pton(AF_INET, IPV4_ADDR, &addr), "Address parse failed");
618617

619618
/* Prepare IPv4 header */
620619
ipv4->vhl = 0x45;

0 commit comments

Comments
 (0)