aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2024-09-30 01:36:17 +0100
committerArun Isaac2024-10-01 01:12:51 +0100
commit889dd94cfb1de3cdc98073a869e6cc80757850a5 (patch)
treeb9ace8f69fb68a6d1253f5b795e710a755742783
parent033aa1d3e5ed265bc5171eadd560d6c886afc69d (diff)
downloadravanan-889dd94cfb1de3cdc98073a869e6cc80757850a5.tar.gz
ravanan-889dd94cfb1de3cdc98073a869e6cc80757850a5.tar.lz
ravanan-889dd94cfb1de3cdc98073a869e6cc80757850a5.zip
job-state: Add that the job-state records are for batch systems.
* ravanan/job-state.scm: Add to the commentary that the job-state records are per batch system.
-rw-r--r--ravanan/job-state.scm6
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: