From f5a60aad64c5121cc5fa804af058d69de92035c0 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 26 Jun 2013 14:46:57 -0400 Subject: [PATCH] Cleanup: comment mismatch with code Signed-off-by: Mathieu Desnoyers --- formats/ctf/ctf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.34.1