X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fiterator.h;h=8c106ccb16cb0b76500264d8ae38b6f97a362ab3;hp=1aaa5dd0345dd401059e7fa3d1f02910f229ab31;hb=03798a93f959f6c694fe98f5647481947607c604;hpb=31265d844034f20986b37670beca678b81be0741 diff --git a/include/babeltrace/iterator.h b/include/babeltrace/iterator.h index 1aaa5dd0..8c106ccb 100644 --- a/include/babeltrace/iterator.h +++ b/include/babeltrace/iterator.h @@ -36,7 +36,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 timestamp to seek to when using BT_SEEK_TIME, it + * - seek_time is the real timestamp to seek to when using BT_SEEK_TIME, it * is expressed in "raw" seconds (not offsetted) * - restore is a position saved with bt_iter_get_pos, it is used with * BT_SEEK_RESTORE. @@ -94,7 +94,7 @@ int bt_iter_set_pos(struct bt_iter *iter, const struct bt_iter_pos *pos); * * This function allocates and returns a new bt_iter_pos (which must be freed * with bt_iter_free_pos) to be able to restore an iterator position based on a - * timestamp. + * real timestamp. */ struct bt_iter_pos *bt_iter_create_time_pos(struct bt_iter *iter, uint64_t timestamp);