From 7652304bff969afb3969603149bb385efe861fe8 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 3 Aug 2006 20:34:36 +0000 Subject: * s/D-BUS/D-Bus/g --- dbus/dbus-threads.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dbus/dbus-threads.c') diff --git a/dbus/dbus-threads.c b/dbus/dbus-threads.c index fc83682d..f22d0a68 100644 --- a/dbus/dbus-threads.c +++ b/dbus/dbus-threads.c @@ -1,5 +1,5 @@ /* -*- mode: C; c-file-style: "gnu" -*- */ -/* dbus-threads.h D-BUS threads handling +/* dbus-threads.h D-Bus threads handling * * Copyright (C) 2002, 2003 Red Hat Inc. * @@ -289,10 +289,10 @@ init_global_locks (void) /** * * Initializes threads. If this function is not called, - * the D-BUS library will not lock any data structures. - * If it is called, D-BUS will do locking, at some cost + * the D-Bus library will not lock any data structures. + * If it is called, D-Bus will do locking, at some cost * in efficiency. Note that this function must be called - * BEFORE using any other D-BUS functions. + * BEFORE using any other D-Bus functions. * * This function may be called more than once, as long * as you pass in the same functions each time. If it's -- cgit