From: Mathieu Desnoyers Date: Wed, 26 Jun 2013 18:46:57 +0000 (-0400) Subject: Cleanup: comment mismatch with code X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=34b8fff6b83d68f688e84cdf49fdf3ec98c81b4b;p=deliverable%2Fbabeltrace.git Cleanup: comment mismatch with code Signed-off-by: Mathieu Desnoyers --- diff --git a/formats/ctf/ctf.c b/formats/ctf/ctf.c index 752b548e7..947b439d2 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) {