fix comment struct bt_saved_pos
authorJulien Desfossez <jdesfossez@efficios.com>
Sun, 5 Aug 2012 17:48:57 +0000 (13:48 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 5 Aug 2012 17:48:57 +0000 (13:48 -0400)
Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/babeltrace/iterator.h

index 8c106ccb16cb0b76500264d8ae38b6f97a362ab3..aa6470e74315a3f31118aa1c8f320e14c558445b 100644 (file)
@@ -37,7 +37,7 @@ struct bt_saved_pos;
  * type represents the type of seek to use.
  * u is the argument of the seek if necessary :
  * - seek_time is the real timestamp to seek to when using BT_SEEK_TIME, it
  * type represents the type of seek to use.
  * u is the argument of the seek if necessary :
  * - seek_time is the real timestamp to seek to when using BT_SEEK_TIME, it
- *   is expressed in "raw" seconds (not offsetted)
+ *   is expressed in nanoseconds
  * - restore is a position saved with bt_iter_get_pos, it is used with
  *   BT_SEEK_RESTORE.
  */
  * - restore is a position saved with bt_iter_get_pos, it is used with
  *   BT_SEEK_RESTORE.
  */
This page took 0.025665 seconds and 4 git commands to generate.