diff src/oct-stream.h @ 3642:3843aa0767c8

[project @ 2000-03-24 10:48:48 by jwe]
author jwe
date Fri, 24 Mar 2000 10:48:48 +0000
parents d3b0ff09dda7
children 25e84fcef38a
line wrap: on
line diff
--- a/src/oct-stream.h
+++ b/src/oct-stream.h
@@ -148,7 +148,7 @@
 
 private:
 
-  // Number of conversions specified by this format std::string, or -1 if
+  // Number of conversions specified by this format string, or -1 if
   // invalid conversions have been found.
   int nconv;
 
@@ -225,7 +225,7 @@
   int prec;
 
   // Flags -- `-', `+', ` ', `0', or `#'.
-  string flags;
+  std::string flags;
 
   // Type of conversion -- `d', `i', `o', `x', `X', `u', `c', `s',
   // `f', `e', `E', `g', `G', `p', or `%'
@@ -280,7 +280,7 @@
 
 private:
 
-  // Number of conversions specified by this format std::string, or -1 if
+  // Number of conversions specified by this format string, or -1 if
   // invalid conversions have been found.
   int nconv;