aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-syscmd.boot.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-19 18:23:20 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-19 18:23:20 +0000
commit4fd69a22c915b6287fb7fc1dc6e8eb450bad0702 (patch)
tree8bb3df1527188442002f6c65df9599bc81d61995 /src/interp/i-syscmd.boot.pamphlet
parent824f8bf8bdfecb5c25bb7d82baf4c3ca126d92e4 (diff)
downloadopen-axiom-4fd69a22c915b6287fb7fc1dc6e8eb450bad0702.tar.gz
* i-syscmd.boot.pamphlet (SPADRWRITE): Don't confuse Boot comments
with Lisp comments.
Diffstat (limited to 'src/interp/i-syscmd.boot.pamphlet')
-rw-r--r--src/interp/i-syscmd.boot.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-syscmd.boot.pamphlet b/src/interp/i-syscmd.boot.pamphlet
index e846b570..9a80eb4a 100644
--- a/src/interp/i-syscmd.boot.pamphlet
+++ b/src/interp/i-syscmd.boot.pamphlet
@@ -1874,7 +1874,7 @@ SPADRREAD(vec, stream) ==
SPADRWRITE(vec, item, stream) ==
val := SPADRWRITE0(vec, item, stream)
val = 'writifyFailed =>
- throwKeyedMsg("S2IH0036", nil) ; cannot save value to file
+ throwKeyedMsg("S2IH0036", nil) -- cannot save value to file
item
SPADRWRITE0(vec, item, stream) ==