me
/
guix
Archived
1
0
Fork 0

gnu: stress-make: Fix description.

* gnu/packages/debug.scm (stress-make)[description]: Fix typo.
Avoid ambiguous use of ‘in order’.
master
Tobias Geerinckx-Rice 2017-03-14 22:09:06 +01:00
parent d540156c69
commit a988cbb766
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 6 additions and 6 deletions

View File

@ -304,12 +304,12 @@ down the road.")
(home-page "https://github.com/losalamos/stress-make") (home-page "https://github.com/losalamos/stress-make")
(synopsis "Expose race conditions in Makefiles") (synopsis "Expose race conditions in Makefiles")
(description (description
"Stress Make is a customized GNU Make that explicitely managess the "Stress Make is a customized GNU Make that explicitely manages the order
order in which concurrent jobs are run in order to provoke erroneous behavior in which concurrent jobs are run to provoke erroneous behavior into becoming
into becoming manifest. It can run jobs in the order they're launched, in manifest. It can run jobs in the order in which they're launched, in backwards
backwards order, or in random order. The thought is that if code builds order, or in random order. The thought is that if code builds correctly with
correctly with Stress Make then it is likely that the @code{Makefile} contains Stress Make, then it is likely that the @code{Makefile} contains no race
no race conditions.") conditions.")
;; stress-make wrapper is under BSD-3-modifications-must-be-indicated, ;; stress-make wrapper is under BSD-3-modifications-must-be-indicated,
;; and patched GNU Make is under its own license. ;; and patched GNU Make is under its own license.
(license (list (non-copyleft "COPYING.md") (license (list (non-copyleft "COPYING.md")