platform: fix a typo

This commit is contained in:
Lubomir Rintel 2017-04-15 12:14:44 +02:00
parent 03c2949a2c
commit c76ee5883d

View file

@ -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*/];
};