From 189485e37fb0cb6a19cb7154fbcbc1746a77c4c0 Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Tue, 30 Nov 2004 21:58:16 +0000
Subject: [PATCH] comments

---
 iocBoot/iocvxWorks/save_restore.cmd | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/iocBoot/iocvxWorks/save_restore.cmd b/iocBoot/iocvxWorks/save_restore.cmd
index 5a210bb..84628ae 100644
--- a/iocBoot/iocvxWorks/save_restore.cmd
+++ b/iocBoot/iocvxWorks/save_restore.cmd
@@ -32,9 +32,9 @@ set_pass0_restoreFile("auto_positions.sav")
 set_pass0_restoreFile("auto_settings.sav")
 set_pass1_restoreFile("auto_settings.sav")
 
-# load general-purpose interpolation tables with local, user-editable file
-# (if interp_settings.req is included in auto_settings.req, the next line
-# will overwrite those restored values)
+# load general-purpose interpolation tables with the local, user-editable
+# file interp.sav.  (If interp_settings.req is included in auto_settings.req,
+# the next line will overwrite those restored values.)
 #set_pass1_restoreFile("interp.sav")
 
 ###
-- 
GitLab