This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Typo in libstdc++
- To: Theodore Papadopoulo <Theodore dot Papadopoulo at sophia dot inria dot fr>
- Subject: Re: [PATCH] Typo in libstdc++
- From: Matt Kraai <kraai at alumni dot carnegiemellon dot edu>
- Date: Wed, 21 Mar 2001 09:57:00 -0800
- Cc: gcc-patches at gcc dot gnu dot org
- References: <200103211714.f2LHEnk12709@mururoa.inria.fr>
On Wed, Mar 21, 2001 at 06:14:49PM +0100, Theodore Papadopoulo wrote:
> Fix typos in comments for libstdc++-v3.
> Bootstraped on x86 ;-)
>
> libstdc++-v3/ChangeLog:
>
> 2001-03-21 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
>
> * basic_file.h: Fix typo in comment.
>
> Index: libstdc++-v3/include/bits/basic_file.h
> ===================================================================
> RCS file: /cvs/gcc/egcs/libstdc++-v3/include/bits/basic_file.h,v
> retrieving revision 1.6
> diff -c -3 -p -r1.6 basic_file.h
> *** basic_file.h 2001/03/01 00:37:17 1.6
> --- basic_file.h 2001/03/20 19:01:05
> *************** namespace std
> *** 176,194 ****
[snip]
> --- 176,194 ----
> pbackfail(int __c);
>
> // A complex "write" function that sets all of __c_file_type's
> ! // pointers and associated data members correctly and manages it's
^^^^
> // relation to the external byte sequence.
While you are at it, the undercareted word should be "its", not
"it's". "Its" is the possesive form, and "it's" is a contraction
of "it is". Similarly for the other cases.
Matt