mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 17:00:08 +01:00
platform: fix a typo
This commit is contained in:
parent
03c2949a2c
commit
c76ee5883d
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ typedef struct {
|
|||
struct in6_addr addr6;
|
||||
|
||||
/* NMIPAddr is really a union for IP addresses.
|
||||
* However, as ethernet addresses fit in here nicely, ruse
|
||||
* However, as ethernet addresses fit in here nicely, use
|
||||
* it also for an ethernet MAC address. */
|
||||
guint8 addr_eth[6 /*ETH_ALEN*/];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue