File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
tools/test/travis-ci/doxy-spellchecker Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 30
30
* This class defines the Mbed OS Socket API.
31
31
* Socket is an abstract interface for communicating with remote endpoints.
32
32
*
33
- * This API is intented for applications and libraries instead of
33
+ * This API is intended for applications and libraries instead of
34
34
* protocol-specific implementations. For example, TCPSocket
35
35
* and UDPSocket are implementations of the Socket interface.
36
36
* Socket API is intentionally not protocol-specific, and allows all protocol
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- /* * @file WifiInterface.h Common interface tbetween Wi-Fi devices */
17
+ /* * @file WifiInterface.h Common interface between Wi-Fi devices */
18
18
/* * @addtogroup netinterface
19
19
* @{
20
20
*/
Original file line number Diff line number Diff line change 92
92
sa
93
93
tparam
94
94
retarget
95
+ TCPSocket
96
+ UDPSocket
97
+ Socket
You can’t perform that action at this time.
0 commit comments