]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Fix dbus_shutdown API document: returns --> frees
authorChengwei Yang <chengwei.yang@intel.com>
Fri, 15 Nov 2013 01:20:31 +0000 (09:20 +0800)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 27 Nov 2013 14:43:08 +0000 (14:43 +0000)
https://bugs.freedesktop.org/show_bug.cgi?id=71627
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
dbus/dbus-memory.c

index d59e8f8cdded95ceb3c8f9cffe60476361c02406..22e80727b886583aaf97897b5697a1d24c70df7e 100644 (file)
@@ -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