Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2022-01-20 10:44:42 +01:00
parent 21b2b124a1
commit 627eaa22ff
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -73,7 +73,7 @@ struct socket_t {
* Reads a packet from the socket and sets source/dest
* appropriately.
*
* @param packet pinter gets address from allocated packet_t
* @param packet received packet
* @return
* - SUCCESS when packet successfully received
* - FAILED when unable to receive
@@ -86,7 +86,7 @@ struct socket_t {
* Sends a packet to the net using source and destination addresses of
* the packet.
*
* @param packet packet_t to send
* @param packet packet to send
* @return
* - SUCCESS when packet successfully sent
* - FAILED when unable to send