From: Simon Marchi Date: Tue, 19 Nov 2019 21:11:44 +0000 (-0500) Subject: src.ctf.fs: fix typo in comment X-Git-Tag: v2.0.0~82 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=5b487445f041936138c820cd3c905f0c0ba43f17 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 --- 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. */