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. * 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 */ /** \addtogroup netinterface */
/** @{*/ /** @{*/
@ -24,7 +24,7 @@
#include "netsocket/NetworkInterface.h" #include "netsocket/NetworkInterface.h"
/** Common interface that is shared between Ethernet hardware. /** Common interface between Ethernet hardware.
*/ */
class EthInterface : public virtual NetworkInterface { class EthInterface : public virtual NetworkInterface {
public: public:
@ -38,7 +38,7 @@ public:
/** Get the default Ethernet interface. /** 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 * Default behavior is to get the target's default interface, if
* any. * any.
* *
@ -51,8 +51,8 @@ protected:
/** Get the target's default Ethernet interface. /** Get the target's default Ethernet interface.
* *
* This is provided as a weak method so targets can override. The * This is provided as a weak method so targets can override it. The
* default implementation will invoke EthernetInterface with the * default implementation invokes EthernetInterface with the
* default EMAC and default network stack, if DEVICE_EMAC is set. * default EMAC and default network stack, if DEVICE_EMAC is set.
* *
* @return Pointer to interface, if one exists. * @return Pointer to interface, if one exists.