From: Chengwei Yang Date: Fri, 15 Nov 2013 01:20:31 +0000 (+0800) Subject: Fix dbus_shutdown API document: returns --> frees X-Git-Tag: dbus-1.7.10~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=951b9700d5ec21cd4ef86bbe59dc7976d14283ac;p=thirdparty%2Fdbus.git Fix dbus_shutdown API document: returns --> frees https://bugs.freedesktop.org/show_bug.cgi?id=71627 Reviewed-by: Simon McVittie --- diff --git a/dbus/dbus-memory.c b/dbus/dbus-memory.c index d59e8f8cd..22e80727b 100644 --- a/dbus/dbus-memory.c +++ b/dbus/dbus-memory.c @@ -856,7 +856,7 @@ _dbus_register_shutdown_func_unlocked (DBusShutdownFunction func, * can be useful to free these internal data structures. * * dbus_shutdown() does NOT free memory that was returned - * to the application. It only returns libdbus-internal + * to the application. It only frees libdbus-internal * data structures. * * You MUST free all memory and release all reference counts