commit 35285d85ab7a48ebc1bdef446925b052d9e147ae
parent e46ba5b3cdf17e501770d36a3a406b750f28b681
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Fri, 24 Jan 2020 16:32:24 +0100
Fix comments
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/senc_scene_analyze_c.h b/src/senc_scene_analyze_c.h
@@ -109,7 +109,7 @@ custom_darray_ptr_component_descriptor_release
* - triangle_comp for information describing components (kept until
* triangle_enc is ready)
* - triangle_enc for information describing enclosures (kept in
- * senc_descriptor). */
+ * struct descriptor). */
struct triangle_tmp {
/* Are the edges of the triangle defined in the same order than
* the edges they are linked to? */
diff --git a/src/senc_scene_c.h b/src/senc_scene_c.h
@@ -137,7 +137,7 @@ union double3 {
/* Triangle information.
* Depending on lifespan, information is kept in different places:
* - triangle_in for user provided information (kept in scene)
- * - triangle_comp for information describing components (kept in senc_descriptor)
+ * - triangle_comp for information describing components (kept in struct descriptor)
* - triangle_tmp for tmp information (kept until triangle_comp is ready) */
struct triangle_in {
/* Ids of the triangle's vertices */