From: Trent Lloyd Date: Mon, 19 Sep 2005 01:54:32 +0000 (+0000) Subject: * Fix minor typo in documentation comments X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=6f1ed6cef659805aeaa5b3f7cf80f2fc40e8ffdb;p=catta * Fix minor typo in documentation comments git-svn-id: file:///home/lennart/svn/public/avahi/trunk@600 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- diff --git a/avahi-common/address.h b/avahi-common/address.h index c5e5297..cc7eaa2 100644 --- a/avahi-common/address.h +++ b/avahi-common/address.h @@ -31,7 +31,7 @@ AVAHI_C_DECL_BEGIN -/** Protocol family specification, takes the values AVAHI_INET, AVAHI_INET6, AVAHI_UNSPEC */ +/** Protocol family specification, takes the values AVAHI_PROTO_INET, AVAHI_PROTO_INET6, AVAHI_PROTO_UNSPEC */ typedef char AvahiProtocol; /** Numeric network interface index. Takes OS dependent values and the special constant AVAHI_IF_UNSPEC */