In =main_shutdown_rescue()=, if there are any node jobs in the queue, we call =Dag::RemoveRunningJobs()= to remove them.  If any PRE or POST scripts are running, we call =RemoveRunningScripts()= to kill them.  (Note that in the case of DAGMan having made all the progress it can in the face of node failures, there won't be any node jobs or scripts running at this point.)
 
-=Dag::RemoveRunningJobs()= removes any Condor jobs by using the constraint _"DAGManJobId == <id>"_; any Stork jobs are removed individually.
+=Dag::RemoveRunningJobs()= removes any HTCondor jobs by using the constraint _"DAGManJobId == <id>"_; any Stork jobs are removed individually.
 
 =Dag::RemoveRunningScripts()= iterates through all of the nodes, and individually kills any running scripts via daemoncore.