File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- /* @file EthInterface.h Common interface that is ahared between Ethernet hardware */
17
+ /* @file EthInterface.h Common interface between Ethernet hardware */
18
18
/* * \addtogroup netinterface */
19
19
/* * @{*/
20
20
24
24
#include " netsocket/NetworkInterface.h"
25
25
26
26
27
- /* * Common interface that is shared between Ethernet hardware.
27
+ /* * Common interface between Ethernet hardware.
28
28
*/
29
29
class EthInterface : public virtual NetworkInterface {
30
30
public:
@@ -38,7 +38,7 @@ class EthInterface : public virtual NetworkInterface {
38
38
39
39
/* * Get the default Ethernet interface.
40
40
*
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 .
42
42
* Default behavior is to get the target's default interface, if
43
43
* any.
44
44
*
@@ -51,8 +51,8 @@ class EthInterface : public virtual NetworkInterface {
51
51
52
52
/* * Get the target's default Ethernet interface.
53
53
*
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
56
56
* default EMAC and default network stack, if DEVICE_EMAC is set.
57
57
*
58
58
* @return Pointer to interface, if one exists.
You can’t perform that action at this time.
0 commit comments