From 40e9d01cec6db6433904eaf89f1dbeea332c39c8 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 8 Jul 1991 17:39:44 +0000 Subject: [PATCH] Fix typo in documentation string. --- v7/src/microcode/x11graph.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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); { -- 2.25.1