Changeset 11721


Ignore:
Timestamp:
03/29/09 19:31:34 (15 years ago)
Author:
astalla
Message:

Corrected comment about function signature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/ByteArrayOutputStream.java

    r11716 r11721  
    110110
    111111    // ### %get-output-stream-bytes
    112     // %get-output-stream-string byte-array-output-stream => java-byte-array
     112    // %get-output-stream-bytes byte-array-output-stream => java-byte-array
    113113    private static final Primitive GET_OUTPUT_STREAM_STRING =
    114114        new Primitive("%get-output-stream-bytes", PACKAGE_SYS, false,
Note: See TracChangeset for help on using the changeset viewer.