diff options
-rw-r--r-- | ravanan/job-state.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ravanan/job-state.scm b/ravanan/job-state.scm index e269e8b..88ed4b7 100644 --- a/ravanan/job-state.scm +++ b/ravanan/job-state.scm @@ -18,9 +18,9 @@ ;;; Commentary: -;; This module isolates the various job-state record types and exports only a -;; generic interface to them. In addition, it also exports constructors for the -;; various job-state record types. +;; This module isolates the job-state record types for the various batch systems +;; and exports only a generic interface to them. In addition, it also exports +;; constructors for the various job-state record types. ;;; Code: |