Skip to content

Commit 3b2243d

Browse files
Krishna Tcarlescufi
authored andcommitted
drivers: net: loopback: Fix typo
Fix a typo in the comment. Signed-off-by: Krishna T <[email protected]>
1 parent c23823a commit 3b2243d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/loopback.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ static int loopback_send(const struct device *dev, struct net_pkt *pkt)
137137

138138
/* Clean up the packet */
139139
net_pkt_unref(cloned);
140-
/* Pretent everything was fine */
140+
/* Pretend everything was fine */
141141
res = 0;
142142

143143
goto out;

0 commit comments

Comments
 (0)