X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Faddress.h;h=6023a0303a888427aa51d94917bf426f2534a408;hb=7862fd0cb20eed204be336d050dd9c4e72528d62;hp=5c2f580e2a73b6b679f7a06010a8ce377d54afd3;hpb=8c4483baa593205c3eaecebe0738d1455025777c;p=catta diff --git a/avahi-common/address.h b/avahi-common/address.h index 5c2f580..6023a03 100644 --- a/avahi-common/address.h +++ b/avahi-common/address.h @@ -75,7 +75,7 @@ typedef struct AvahiAddress { union { AvahiIPv6Address ipv6; /**< Address when IPv6 */ AvahiIPv4Address ipv4; /**< Address when IPv4 */ - uint8_t data[1]; /**< Type independant data field */ + uint8_t data[1]; /**< Type-independent data field */ } data; } AvahiAddress;