Commit 3b2243dd authored by Krishna T's avatar Krishna T Committed by Carles Cufi
Browse files

drivers: net: loopback: Fix typo



Fix a typo in the comment.

Signed-off-by: default avatarKrishna T <krishna.t@nordicsemi.no>
parent c23823a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ static int loopback_send(const struct device *dev, struct net_pkt *pkt)

		/* Clean up the packet */
		net_pkt_unref(cloned);
		/* Pretent everything was fine */
		/* Pretend everything was fine */
		res = 0;

		goto out;