From: Mathieu Desnoyers Date: Wed, 26 Jun 2013 18:46:57 +0000 (-0400) Subject: Cleanup: comment mismatch with code X-Git-Tag: v1.1.2~36 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=f5a60aad64c5121cc5fa804af058d69de92035c0 Cleanup: comment mismatch with code Signed-off-by: Mathieu Desnoyers --- 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) {