summaryrefslogtreecommitdiff
path: root/bs/string.scm
diff options
context:
space:
mode:
Diffstat (limited to 'bs/string.scm')
-rw-r--r--bs/string.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bs/string.scm b/bs/string.scm
index 9fe794e..136572b 100644
--- a/bs/string.scm
+++ b/bs/string.scm
@@ -14,7 +14,7 @@
(only (srfi srfi-14)
string->char-set char-set-complement char-set)
(only (srfi srfi-28) format)
- ;; TODO: remove or port ice-9 dependency
+ ;; TODO: port ice-9 dependency or replace with (scheme something)
(only (ice-9 ports) with-output-to-string))
(define (prefix? s pre)