mirror of https://github.com/ARMmbed/mbed-os.git
Fix spelling mistakes
parent
6b8b108ceb
commit
58c2760e3f
|
@ -30,7 +30,7 @@
|
||||||
* This class defines the Mbed OS Socket API.
|
* This class defines the Mbed OS Socket API.
|
||||||
* Socket is an abstract interface for communicating with remote endpoints.
|
* Socket is an abstract interface for communicating with remote endpoints.
|
||||||
*
|
*
|
||||||
* This API is intented for applications and libraries instead of
|
* This API is intended for applications and libraries instead of
|
||||||
* protocol-specific implementations. For example, TCPSocket
|
* protocol-specific implementations. For example, TCPSocket
|
||||||
* and UDPSocket are implementations of the Socket interface.
|
* and UDPSocket are implementations of the Socket interface.
|
||||||
* Socket API is intentionally not protocol-specific, and allows all protocol
|
* Socket API is intentionally not protocol-specific, and allows all protocol
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @file WifiInterface.h Common interface tbetween Wi-Fi devices */
|
/** @file WifiInterface.h Common interface between Wi-Fi devices */
|
||||||
/** @addtogroup netinterface
|
/** @addtogroup netinterface
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -92,3 +92,6 @@ _doxy_
|
||||||
sa
|
sa
|
||||||
tparam
|
tparam
|
||||||
retarget
|
retarget
|
||||||
|
TCPSocket
|
||||||
|
UDPSocket
|
||||||
|
Socket
|
Loading…
Reference in New Issue