Skip to content

Commit f7e48f1

Browse files
Mel WeedSeppo Takalo
authored andcommitted
typo fixes, future->present
1 parent c454ba9 commit f7e48f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

features/netsocket/EthInterface.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
/* @file EthInterface.h Common interface that is ahared between Ethernet hardware */
17+
/* @file EthInterface.h Common interface between Ethernet hardware */
1818
/** \addtogroup netinterface */
1919
/** @{*/
2020

@@ -24,7 +24,7 @@
2424
#include "netsocket/NetworkInterface.h"
2525

2626

27-
/** Common interface that is shared between Ethernet hardware.
27+
/** Common interface between Ethernet hardware.
2828
*/
2929
class EthInterface : public virtual NetworkInterface {
3030
public:
@@ -38,7 +38,7 @@ class EthInterface : public virtual NetworkInterface {
3838

3939
/** Get the default Ethernet interface.
4040
*
41-
* This is provided as a weak method so applications can override.
41+
* This is provided as a weak method so applications can override it.
4242
* Default behavior is to get the target's default interface, if
4343
* any.
4444
*
@@ -51,8 +51,8 @@ class EthInterface : public virtual NetworkInterface {
5151

5252
/** Get the target's default Ethernet interface.
5353
*
54-
* This is provided as a weak method so targets can override. The
55-
* default implementation will invoke EthernetInterface with the
54+
* This is provided as a weak method so targets can override it. The
55+
* default implementation invokes EthernetInterface with the
5656
* default EMAC and default network stack, if DEVICE_EMAC is set.
5757
*
5858
* @return Pointer to interface, if one exists.

0 commit comments

Comments
 (0)