From 1caff62db0cd498ab20a9eb7b5ef2e721d5795ce Mon Sep 17 00:00:00 2001 From: interp Date: Thu, 13 Mar 2003 11:32:38 +0000 Subject: [PATCH] minor change in comment --- scheme/httpd/surflets/surflet-sxml.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheme/httpd/surflets/surflet-sxml.scm b/scheme/httpd/surflets/surflet-sxml.scm index 125f9ba..c5ec417 100644 --- a/scheme/httpd/surflets/surflet-sxml.scm +++ b/scheme/httpd/surflets/surflet-sxml.scm @@ -59,7 +59,7 @@ ,surflet-form-rule)) ;; Low-Level-SXML is a list that can be understood by -;; write-low-level-sxml. In contains only characters, strings, and +;; display-low-level-sxml. In contains only characters, strings, and ;; thunks. (define (surflet-sxml->low-level-sxml sxml-tree) (pre-post-order sxml-tree surflet-sxml-rules))