mirror of https://github.com/ARMmbed/mbed-os.git
typo fixes, future->present
parent
c454ba9f60
commit
f7e48f1385
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/* @file EthInterface.h Common interface that is ahared between Ethernet hardware */
|
||||
/* @file EthInterface.h Common interface between Ethernet hardware */
|
||||
/** \addtogroup netinterface */
|
||||
/** @{*/
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
|||
#include "netsocket/NetworkInterface.h"
|
||||
|
||||
|
||||
/** Common interface that is shared between Ethernet hardware.
|
||||
/** Common interface between Ethernet hardware.
|
||||
*/
|
||||
class EthInterface : public virtual NetworkInterface {
|
||||
public:
|
||||
|
@ -38,7 +38,7 @@ public:
|
|||
|
||||
/** Get the default Ethernet interface.
|
||||
*
|
||||
* This is provided as a weak method so applications can override.
|
||||
* This is provided as a weak method so applications can override it.
|
||||
* Default behavior is to get the target's default interface, if
|
||||
* any.
|
||||
*
|
||||
|
@ -51,8 +51,8 @@ protected:
|
|||
|
||||
/** Get the target's default Ethernet interface.
|
||||
*
|
||||
* This is provided as a weak method so targets can override. The
|
||||
* default implementation will invoke EthernetInterface with the
|
||||
* This is provided as a weak method so targets can override it. The
|
||||
* default implementation invokes EthernetInterface with the
|
||||
* default EMAC and default network stack, if DEVICE_EMAC is set.
|
||||
*
|
||||
* @return Pointer to interface, if one exists.
|
||||
|
|
Loading…
Reference in New Issue