From 889dd94cfb1de3cdc98073a869e6cc80757850a5 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 30 Sep 2024 01:36:17 +0100 Subject: 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. --- ravanan/job-state.scm | 6 +++--- 1 file 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: -- cgit v1.2.3