mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
This commit is contained in:
+1
-1
@@ -477,7 +477,7 @@ void devif_iob_send(FAR struct net_driver_s *dev, FAR struct iob_s *buf,
|
||||
*
|
||||
* Description:
|
||||
* Called from socket logic in order to send a raw packet in response to
|
||||
* an xmit or poll request from the the network interface driver.
|
||||
* an xmit or poll request from the network interface driver.
|
||||
*
|
||||
* This is almost identical to calling devif_send() except that the data to
|
||||
* be sent is copied into dev->d_buf (vs. dev->d_appdata), since there is
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
*
|
||||
* Description:
|
||||
* Called from socket logic in order to send a raw packet in response to
|
||||
* an xmit or poll request from the the network interface driver.
|
||||
* an xmit or poll request from the network interface driver.
|
||||
*
|
||||
* This is almost identical to calling devif_send() except that the data to
|
||||
* be sent is copied into dev->d_buf (vs. dev->d_appdata), since there is
|
||||
|
||||
Reference in New Issue
Block a user