summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-macros.h')
-rw-r--r--dbus/dbus-macros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-macros.h b/dbus/dbus-macros.h
index 51288e48..abcb12a3 100644
--- a/dbus/dbus-macros.h
+++ b/dbus/dbus-macros.h
@@ -64,14 +64,14 @@
/**
* @def DBUS_BEGIN_DECLS
*
- * Macro used prior to declaring functions in the D-BUS header
+ * Macro used prior to declaring functions in the D-Bus header
* files. Expands to "extern "C"" when using a C++ compiler,
* and expands to nothing when using a C compiler.
*/
/**
* @def DBUS_END_DECLS
*
- * Macro used after declaring functions in the D-BUS header
+ * Macro used after declaring functions in the D-Bus header
* files. Expands to "}" when using a C++ compiler,
* and expands to nothing when using a C compiler.
*/