From d66af491a574de4d5421c995bec5357fc1c04128 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 6 Aug 2006 11:53:01 +0000 Subject: fix a few typos in doxygen comments git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1244 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-glib/glib-malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-glib/glib-malloc.h') diff --git a/avahi-glib/glib-malloc.h b/avahi-glib/glib-malloc.h index 5982e08..675ccb5 100644 --- a/avahi-glib/glib-malloc.h +++ b/avahi-glib/glib-malloc.h @@ -32,7 +32,7 @@ AVAHI_C_DECL_BEGIN /** Return a pointer to a memory allocator that uses GLib's g_malloc() - and frinds. Th returned structure is statically allocated, and needs + and friends. The returned structure is statically allocated, and needs not to be copied or freed. Pass this directly to avahi_set_allocator(). */ const AvahiAllocator * avahi_glib_allocator(void); -- cgit