X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=formats%2Fctf%2Fctf.c;h=947b439d24349d9055459e3339eec03fc27a2f35;hb=9bac50fae8baa13c06a0a9682f2547d7e1476404;hp=752b548e766d37bc60cf3fc21215f10eb894fc55;hpb=c309df1c8522c61ea9f4f108fa2d1eee3a828037;p=babeltrace.git diff --git a/formats/ctf/ctf.c b/formats/ctf/ctf.c index 752b548e..947b439d 100644 --- a/formats/ctf/ctf.c +++ b/formats/ctf/ctf.c @@ -670,7 +670,7 @@ int ctf_fini_pos(struct ctf_stream_pos *pos) /* * for SEEK_CUR: go to next packet. - * for SEEK_POS: go to packet numer (index). + * for SEEK_SET: go to packet numer (index). */ void ctf_packet_seek(struct bt_stream_pos *stream_pos, size_t index, int whence) {