commit 5bb1b6ac395c1b216df4d1d30f7b8104c6b85afb parent d4296b6f2ccc4c90f0706064ac5792a8ae615b0e Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 20 Feb 2020 15:29:13 +0100 Minor changes on comments Diffstat:
| M | src/htsky_cloud.c | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/htsky_cloud.c b/src/htsky_cloud.c @@ -654,9 +654,9 @@ cloud_build_octrees if(ATOMIC_GET(&res) != RES_OK) continue; /* The current octree could be already setup from a cache and the - * invocation of the current function remains is still valid. Indeed, if - * some octrees could not be restore from the cache, one can choose to - * build them from scratch rather than rejecting the whole process. */ + * invocation of the current function is still valid. Indeed, if some + * octrees could not be restore from the cache, one can choose to build + * them from scratch rather than rejecting the whole process. */ if(sky->clouds[id][iquad].octree) continue; /* Setup the build context */