From 3df0b3fa2e9ec3372294fa2178680d8dd1aa98b4 Mon Sep 17 00:00:00 2001 From: Arthur Gleckler Date: Sun, 27 Aug 2006 03:03:11 +0000 Subject: [PATCH] Fixed typo in comment. --- v7/src/runtime/string.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/string.scm b/v7/src/runtime/string.scm index c15c09609..6e2fb494d 100644 --- a/v7/src/runtime/string.scm +++ b/v7/src/runtime/string.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: string.scm,v 14.60 2006/07/27 00:03:52 cph Exp $ +$Id: string.scm,v 14.61 2006/08/27 03:03:11 savannah-arthur Exp $ Copyright 1986,1987,1988,1992,1993,1994 Massachusetts Institute of Technology Copyright 1995,1997,1999,2000,2001,2002 Massachusetts Institute of Technology @@ -1438,7 +1438,7 @@ USA. ;; The guarantors are integrated. Most are structured as combination of ;; simple tests which the compiler can open-code, followed by a call to a ;; GUARANTEE-.../FAIL version which does the tests again to signal a -;; menaingful message. Structuring the code this way significantly +;; meaningful message. Structuring the code this way significantly ;; reduces code bloat from large integrated procedures. (define-guarantee string "string") -- 2.25.1