summaryrefslogtreecommitdiffstats
path: root/dbus
diff options
context:
space:
mode:
authorMiloslav Trmac <mitr@volny.cz>2003-06-28 23:03:26 +0000
committerMiloslav Trmac <mitr@volny.cz>2003-06-28 23:03:26 +0000
commita513066ba9c050bec915e0b950ae25babc458998 (patch)
treee435ac6f61c7b3a1ad70fe7cc83b69b607bb2e2a /dbus
parentf1475d8541e9af72718a955119b3ee366c02f3c4 (diff)
2003-06-29 Miloslav Trmac <mitr@volny.cz>
* dbus/dbus-marshal.c (_dbus_marshal_set_int64) (_dbus_marshal_set_uint64): Fix comment.
Diffstat (limited to 'dbus')
-rw-r--r--dbus/dbus-marshal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-marshal.c b/dbus/dbus-marshal.c
index ad15ae21..5d7290e3 100644
--- a/dbus/dbus-marshal.c
+++ b/dbus/dbus-marshal.c
@@ -342,7 +342,7 @@ _dbus_marshal_set_uint32 (DBusString *str,
#ifdef DBUS_HAVE_INT64
/**
- * Sets the 4 bytes at the given offset to a marshaled signed integer,
+ * Sets the 8 bytes at the given offset to a marshaled signed integer,
* replacing anything found there previously.
*
* @param str the string to write the marshalled int to
@@ -363,7 +363,7 @@ _dbus_marshal_set_int64 (DBusString *str,
}
/**
- * Sets the 4 bytes at the given offset to a marshaled unsigned
+ * Sets the 8 bytes at the given offset to a marshaled unsigned
* integer, replacing anything found there previously.
*
* @param str the string to write the marshalled int to