branch: master
commit 31fd4d4fe107d86f5e202510e177726a1f49e828
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Fri Apr 30 10:50:21 2021 +0200

    Fix typo.
    
    * src/cuirass/scripts/evaluate.scm (cuirass-evaluate): Fix typo.
---
 src/cuirass/scripts/evaluate.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/cuirass/scripts/evaluate.scm b/src/cuirass/scripts/evaluate.scm
index 188f3f3..6284528 100644
--- a/src/cuirass/scripts/evaluate.scm
+++ b/src/cuirass/scripts/evaluate.scm
@@ -118,9 +118,9 @@ registered in database."
                   (systems (specification-systems spec)))
 
              ;; Evaluate jobs on a per-system basis for two reasons.  It
-             ;; speeds up the evaluation speed as the evaluations can be
-             ;; performed concurrently.  It also decreases the amount of
-             ;; memory needed per evaluation process.
+             ;; speeds up the evaluation as the evaluations can be performed
+             ;; concurrently.  It also decreases the amount of memory needed
+             ;; per evaluation process.
              (par-for-each
               (lambda (system)
                 (with-store store

Reply via email to