This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Two typoes in rtl.texi
- From: Richard Sandiford <richard at codesourcery dot com>
- To: Wu Zhou <woodzltc at cn dot ibm dot com>
- Cc: gcc at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Thu, 11 Aug 2005 12:03:08 +0100
- Subject: Re: Two typoes in rtl.texi
- References: <Pine.LNX.4.63.0508111342140.31007@linux.site>
Wu Zhou <woodzltc@cn.ibm.com> writes:
> I am reading <<gcc internal>> and found two typoes. Here is a patch to
> fix them.
Thanks! I've applied it under the obviously-correct rule after testing
with "make dvi" and "make info".
> Is this the correct mail-list for this kind of patch. Thanks.
Not quite: there's a separate gcc-patches list for patch submissions.
For future reference, patch submissions should also include a changelog
for the patch (even if it's really trivial ;). These changelogs should
be separate from the patch itself; they shouldn't be patches against the
ChangeLog files.
For example, I used:
2005-08-11 Wu Zhou <woodzltc@cn.ibm.com>
* doc/rtl.texi: Fix two typos.
for your patch.
Richard