From 5b487445f041936138c820cd3c905f0c0ba43f17 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 19 Nov 2019 16:11:44 -0500 Subject: [PATCH] src.ctf.fs: fix typo in comment Change-Id: I2a3ee8d019b7dfb966aba3a1e9a5d7fc375eb9e7 Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/2413 Tested-by: jenkins Reviewed-by: Francis Deslauriers --- src/plugins/ctf/fs-src/fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/ctf/fs-src/fs.c b/src/plugins/ctf/fs-src/fs.c index 2ceddaad..76283b4c 100644 --- a/src/plugins/ctf/fs-src/fs.c +++ b/src/plugins/ctf/fs-src/fs.c @@ -808,7 +808,7 @@ int add_ds_file_to_ds_file_group(struct ctf_fs_trace *ctf_fs_trace, if (begin_ns == -1) { /* - * No beggining timestamp to sort the stream files + * No beginning timestamp to sort the stream files * within a stream file group, so consider that this * file must be the only one within its group. */ -- 2.34.1