Fix: consider index of all files for data stream groups with multiple files
[babeltrace.git] / src / plugins / ctf / fs-src / fs.h
index 378fe7f4bc283a42e55fc5fe87d137c358f0051c..ba9718d689cdb5c0827c02ba81e251cfd213d5a6 100644 (file)
@@ -132,7 +132,7 @@ struct ctf_fs_ds_index_entry {
 };
 
 struct ctf_fs_ds_index {
-       /* Array of pointer to struct ctf_fs_fd_index_entry. */
+       /* Array of pointer to struct ctf_fs_ds_index_entry. */
        GPtrArray *entries;
 };
 
This page took 0.023641 seconds and 4 git commands to generate.