From 07cd9a10c7ea47f99ce22bfae518d0031c248022 Mon Sep 17 00:00:00 2001 From: Mel Weed Date: Fri, 11 Jan 2019 09:54:27 +0200 Subject: [PATCH] typo fixes, future->present --- features/netsocket/EthInterface.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/features/netsocket/EthInterface.h b/features/netsocket/EthInterface.h index 6e6ff49fb4..28ff346474 100644 --- a/features/netsocket/EthInterface.h +++ b/features/netsocket/EthInterface.h @@ -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.