From: Chris Hanson Date: Mon, 8 Jul 1991 17:39:44 +0000 (+0000) Subject: Fix typo in documentation string. X-Git-Tag: 20090517-FFI~10479 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=40e9d01cec6db6433904eaf89f1dbeea332c39c8;p=mit-scheme.git Fix typo in documentation string. --- diff --git a/v7/src/microcode/x11graph.c b/v7/src/microcode/x11graph.c index 162c355d6..30f2e2efd 100644 --- a/v7/src/microcode/x11graph.c +++ b/v7/src/microcode/x11graph.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/x11graph.c,v 1.13 1991/07/03 16:55:39 markf Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/x11graph.c,v 1.14 1991/07/08 17:39:44 cph Exp $ Copyright (c) 1989-91 Massachusetts Institute of Technology @@ -564,8 +564,7 @@ DEFINE_PRIMITIVE ("X-CREATE-IMAGE", Prim_x_create_image, 3, 3, } DEFINE_PRIMITIVE ("X-BYTES-INTO-IMAGE", Prim_x_bytes_into_image, 2, 2, - "Stick the bytes from the vector-8b (first arg) into the x_image/ -(second arg).") + "Stick the bytes from the vector-8b (first arg) into the x_image (second arg).") { PRIMITIVE_HEADER (2); {