From 3820b1fcf4f7a22a1a406feaad1a9d0184fb4207 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Thu, 18 May 2006 20:48:43 +0000 Subject: [PATCH] Update comment. --- slurm/slurm.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slurm/slurm.h.in b/slurm/slurm.h.in index d0fa212fb27..b0b98a3114d 100644 --- a/slurm/slurm.h.in +++ b/slurm/slurm.h.in @@ -150,7 +150,7 @@ enum job_states { JOB_FAILED, /* completed execution unsuccessfully */ JOB_TIMEOUT, /* terminated on reaching time limit */ JOB_NODE_FAIL, /* terminated on node failure */ - JOB_END /* last entry in table */ + JOB_END /* not a real state, last entry in table */ }; #define JOB_COMPLETING (0x8000) -- GitLab