From fd87c9038583f12a2dece6deb4b703d2e6aa25d7 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 26 Nov 2013 13:11:21 -0500 Subject: [PATCH] Cleanup: fix typo Signed-off-by: Mathieu Desnoyers --- include/babeltrace/ctf/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/babeltrace/ctf/types.h b/include/babeltrace/ctf/types.h index 96c5083c..e1870f09 100644 --- a/include/babeltrace/ctf/types.h +++ b/include/babeltrace/ctf/types.h @@ -198,7 +198,7 @@ int ctf_pos_access_ok(struct ctf_stream_pos *pos, uint64_t bit_len) } /* - * Update the stream position for to the current event. This moves to + * Update the stream position to the current event. This moves to * the next packet if we are located at the end of the current packet. */ static inline -- 2.34.1