This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: [PATCH] Typo in libstdc++


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


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