This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Fix comment wording in defs.h


The attached fixes some awkward wording in a comment.

Committed as obvious.

2004-11-13  Eli Zaretskii  <eliz@gnu.org>

	* defs.h: Fix wording of the comment before FOPEN_RB.


Index: gdb/defs.h
===================================================================
RCS file: /cvs/src/src/gdb/defs.h,v
retrieving revision 1.173
diff -u -r1.173 defs.h
--- gdb/defs.h	13 Nov 2004 02:29:48 -0000	1.173
+++ gdb/defs.h	13 Nov 2004 15:27:06 -0000
@@ -797,11 +797,11 @@
 #endif
 
 /* Assume that fopen accepts the letter "b" in the mode string.
-   Support for is demanded by ISO C90, and should be supported on all
-   platforms that claim to have a standards conforming C library.  On
+   It is demanded by ISO C9X, and should be supported on all
+   platforms that claim to have a standard-conforming C library.  On
    true POSIX systems it will be ignored and have no effect.  There
-   may still be systems without a standards conforming C library where
-   an ISO C90 compiler (GCC) is available.  Known examples are SunOS
+   may still be systems without a standard-conforming C library where
+   an ISO C9X compiler (GCC) is available.  Known examples are SunOS
    4.x and 4.3BSD.  This assumption means these systems are no longer
    supported.  */
 #ifndef FOPEN_RB


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]