From 836c4dd8489aabc241590fb37859ee64443aba01 Mon Sep 17 00:00:00 2001 From: Julien Desfossez Date: Sun, 5 Aug 2012 13:48:57 -0400 Subject: [PATCH] fix comment struct bt_saved_pos Signed-off-by: Julien Desfossez Signed-off-by: Mathieu Desnoyers --- include/babeltrace/iterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.34.1