commit a8f6347c7f33467d9c59a9a428e0d98ef7526b84 parent b91e596b241bcdf91cc4b8bcb9bbbc8146a19043 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Thu, 15 Feb 2018 15:31:54 +0100 Fix a typo in a comment. Diffstat:
| M | src/senc_scene_analyze_c.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/senc_scene_analyze_c.h b/src/senc_scene_analyze_c.h @@ -265,7 +265,7 @@ struct triangle_tmp { struct neighbour_info { trg_id_t trg_id; - /* Rank of the vrtx in the triangle (in [0 2]) */ + /* Rank of the edge in the triangle (in [0 2]) */ char edge_rank; double angle; };