X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Fctf.c;h=f43fe91789d21d109c0adf407a0b7e951201ca39;hp=a2403a77ab8d8906e18e59cb41d6a68684e2ba7a;hb=50052405724a3b901b258c00beb424751c579217;hpb=6ab2209724e0bdd1a5f915eb804525d3351803ba diff --git a/formats/ctf/ctf.c b/formats/ctf/ctf.c index a2403a77..f43fe917 100644 --- a/formats/ctf/ctf.c +++ b/formats/ctf/ctf.c @@ -1517,7 +1517,7 @@ int ctf_open_file_stream_read(struct ctf_trace *td, const char *path, int flags, if (ret) goto error_def; /* - * For now, only a single slock is supported. + * For now, only a single clock per trace is supported. */ file_stream->parent.current_clock = td->single_clock; ret = create_stream_packet_index(td, file_stream); @@ -1746,7 +1746,7 @@ int ctf_open_mmap_stream_read(struct ctf_trace *td, goto error_index; /* - * For now, only a single slock is supported. + * For now, only a single clock per trace is supported. */ file_stream->parent.current_clock = td->single_clock;