# HG changeset patch # User jwe # Date 832336252 0 # Node ID 587b867918de1a38d202c0554e934a19b78a6cd5 # Parent 6da8b05dc6a8d02584155b30649e222b1edc4ca5 [project @ 1996-05-17 12:30:52 by jwe] diff --git a/src/oct-stream.h b/src/oct-stream.h --- a/src/oct-stream.h +++ b/src/oct-stream.h @@ -450,7 +450,7 @@ // The actual representation of this stream. octave_base_stream *rep; - // If true, don't delete rep. + // If true, do not delete rep. bool preserve; void invalid_stream_error (const char *op) const;