Wrong documentation comments for _dbus_marshal_set_{,u}int64 ()

Miloslav Trmac mitr@volny.cz
Sat, 28 Jun 2003 05:05:03 +0200


Hello,
this is trivial, but anyway.
	Mirek

diff -ur dbus/dbus/dbus-marshal.c sw/dbus/dbus/dbus-marshal.c
--- dbus/dbus/dbus-marshal.c	2003-06-28 01:16:52.000000000 +0200
+++ sw/dbus/dbus/dbus-marshal.c	2003-06-28 02:00:19.000000000 +0200
@@ -342,7 +342,7 @@
 #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 @@
 }
 
 /**
- * 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