guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Mathieu Othacehe
Date: Fri, 30 Apr 2021 04:50:43 -0400 (EDT)

branch: master
commit 31fd4d4fe107d86f5e202510e177726a1f49e828
Author: Mathieu Othacehe <othacehe@gnu.org>
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

[Prev in Thread] Current Thread [Next in Thread]