commit d94a5dba1ad1cfec6cfc5791dba4910fcb4f0de4
parent 1f5c67fbb5de7179c1fe31f0f393835ab2dd29ca
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Wed, 9 Nov 2016 18:25:19 +0100
Simple typo.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ssol_solver.c b/src/ssol_solver.c
@@ -326,7 +326,7 @@ ssol_solve
/* CL compiler supports OpenMP parallel loop whose indices are signed. The
* following line ensures that the unsigned number of realisations does not
- * overflow the reaisation index */
+ * overflow the realisation index */
if(realisations_count > INT_MAX) {
res = RES_BAD_ARG;
goto error;