summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-06-19 15:40:25 +0200
committerAndy Wingo <wingo@pobox.com>2010-06-19 15:40:25 +0200
commit23b4c817b1090dfbf6165fde71d0c34e2d973ada (patch)
treeffc591ed6eaf0f679eb353263275a0ba29e90a96
parent0f8e69a44ecf322231a5e1e8f94c234db2f72b41 (diff)
downloadguile-23b4c817b1090dfbf6165fde71d0c34e2d973ada.tar.gz
typo in mutable-strings
* module/rnrs/mutable-strings.scm: Fix typo.
-rw-r--r--module/rnrs/mutable-strings.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/rnrs/mutable-strings.scm b/module/rnrs/mutable-strings.scm
index 1eeb8f35c..b2b31029b 100644
--- a/module/rnrs/mutable-strings.scm
+++ b/module/rnrs/mutable-strings.scm
@@ -15,7 +15,8 @@
;; You should have received a copy of the GNU Lesser General Public
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-^L
+
+
(library (rnrs mutable-strings (6))
(export string-set! string-fill!)