X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Ffs-src%2Ffs.h;h=ba9718d689cdb5c0827c02ba81e251cfd213d5a6;hb=ce75de140f82187fdaabd19e74a90baa797b8980;hp=378fe7f4bc283a42e55fc5fe87d137c358f0051c;hpb=5687169de2cc1be50ede9a64a3cb3c8ba429cff9;p=babeltrace.git diff --git a/src/plugins/ctf/fs-src/fs.h b/src/plugins/ctf/fs-src/fs.h index 378fe7f4..ba9718d6 100644 --- a/src/plugins/ctf/fs-src/fs.h +++ b/src/plugins/ctf/fs-src/fs.h @@ -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; };