diff options
author | Trent Lloyd <lathiat@bur.st> | 2005-09-19 01:54:32 +0000 |
---|---|---|
committer | Trent Lloyd <lathiat@bur.st> | 2005-09-19 01:54:32 +0000 |
commit | 6f1ed6cef659805aeaa5b3f7cf80f2fc40e8ffdb (patch) | |
tree | 328b80921f12a15c5be368aa7409f0068ae6b1a6 /avahi-common | |
parent | e15a3209d7f507b54db64cc9201d9030a58e9b73 (diff) |
* Fix minor typo in documentation comments
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@600 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common')
-rw-r--r-- | avahi-common/address.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |