From 6f1ed6cef659805aeaa5b3f7cf80f2fc40e8ffdb Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Mon, 19 Sep 2005 01:54:32 +0000 Subject: * Fix minor typo in documentation comments git-svn-id: file:///home/lennart/svn/public/avahi/trunk@600 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/address.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-common/address.h') 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 */ -- cgit