changeset 2225:587b867918de

[project @ 1996-05-17 12:30:52 by jwe]
author jwe
date Fri, 17 May 1996 12:30:52 +0000
parents 6da8b05dc6a8
children 58e4eaedf98f
files src/oct-stream.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/oct-stream.h	Fri May 17 08:37:57 1996 +0000
+++ b/src/oct-stream.h	Fri May 17 12:30:52 1996 +0000
@@ -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;