typo fixes, future->present

pull/9328/head
Mel Weed 2019-01-11 09:54:27 +02:00 committed by Seppo Takalo
parent c454ba9f60
commit f7e48f1385
1 changed files with 5 additions and 5 deletions

View File

@ -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.