Skip to content

Commit

Permalink
Fix typo in tcp.h
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerCarberry committed Sep 5, 2019
1 parent c7b0f17 commit f2bd2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ struct tcb
ushort dev; /**< TCP device entry */
uchar state; /**< connection state */
uchar devstate; /**< allocation state of the device internally */
semaphore mutex; /**< Mutual exclusion sempahore */
semaphore mutex; /**< Mutual exclusion semaphore */

/* Connection details */
ushort localpt; /**< Local port number */
Expand Down

0 comments on commit f2bd2fa

Please sign in to comment.