From: Chris Hanson Date: Fri, 13 Aug 1999 18:31:52 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~4477 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=918a79fc4c9b52e1debe525cd85eac75ae8c32e3;p=mit-scheme.git Fix typo. --- diff --git a/v7/src/microcode/prbfish.c b/v7/src/microcode/prbfish.c index 75dca5a0b..43d42f136 100644 --- a/v7/src/microcode/prbfish.c +++ b/v7/src/microcode/prbfish.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: prbfish.c,v 1.6 1999/08/13 17:03:48 cph Exp $ +$Id: prbfish.c,v 1.7 1999/08/13 18:31:52 cph Exp $ Copyright (c) 1997, 1999 Massachusetts Institute of Technology @@ -177,7 +177,7 @@ Returned value is the new value of NUM.") PRIMITIVE_RETURN (long_to_integer (num)); } -DEFINE_PRIMITIVE ("BLOWFISH-OFB64-SUBSTRING-V2", Prim_blowfish_ofb64_substring, 8, 8, +DEFINE_PRIMITIVE ("BLOWFISH-OFB64-SUBSTRING", Prim_blowfish_ofb64_substring, 8, 8, "(INPUT ISTART IEND OUTPUT OSTART KEY INIT-VECTOR NUM)\n\ Apply Blowfish in Output Feed-Back mode.\n\ (INPUT,ISTART,IEND) is an arbitrary substring.\n\