src/Pure/Concurrent/par_list.ML
changeset 28358 5d79c5d68459
parent 28357 80d4d40eecf9
child 28383 3c5b4f636159
--- a/src/Pure/Concurrent/par_list.ML	Thu Sep 25 14:35:03 2008 +0200
+++ b/src/Pure/Concurrent/par_list.ML	Thu Sep 25 14:37:32 2008 +0200
@@ -11,7 +11,7 @@
     time.  The overhead of scheduling is significantly higher than
     just traversing the list of operands sequentially.
 
-  * The order of operator application is non-determined.  Watch out
+  * The order of operator application is non-deterministic.  Watch out
     for operators that have side-effects or raise exceptions!
 *)