From d361874ef6a94a61fa3e0534d8352392edf9bbb9 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Fri, 28 Mar 2003 14:23:10 +0000 Subject: 2003-03-28 Anders Carlsson * dbus/dbus-bus.c: (bus_data_free), (dbus_bus_get): * dbus/dbus-bus.h: Add dbus_bus_get. * dbus/dbus-memory.c: Fix a doc comment. --- dbus/dbus-memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/dbus-memory.c') diff --git a/dbus/dbus-memory.c b/dbus/dbus-memory.c index 11d52045..fbda7139 100644 --- a/dbus/dbus-memory.c +++ b/dbus/dbus-memory.c @@ -190,7 +190,7 @@ _dbus_get_fail_alloc_counter (void) * Sets how many mallocs to fail when the fail alloc counter reaches * 0. * - * @param number to fail + * @param failures_per_failure number to fail */ void _dbus_set_fail_alloc_failures (int failures_per_failure) -- cgit