From: Julien Desfossez Date: Sun, 5 Aug 2012 17:48:57 +0000 (-0400) Subject: fix comment struct bt_saved_pos X-Git-Tag: v1.0.0-rc5~37 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=836c4dd8489aabc241590fb37859ee64443aba01 fix comment struct bt_saved_pos Signed-off-by: Julien Desfossez Signed-off-by: Mathieu Desnoyers --- diff --git a/include/babeltrace/iterator.h b/include/babeltrace/iterator.h index 8c106ccb..aa6470e7 100644 --- a/include/babeltrace/iterator.h +++ b/include/babeltrace/iterator.h @@ -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 - * 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. */