This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: patch for minor typo
- To: Paul Burchard <burchard@pobox.com>
- Subject: Re: patch for minor typo
- From: Jeffrey A Law <law@cygnus.com>
- Date: Mon, 23 Aug 1999 21:30:37 -0600
- cc: gcc-patches@gcc.gnu.org
- Reply-To: law@cygnus.com
In message <37C19EB7.2F7CADBE@pobox.com>you write:
> *** gcc/cp/ChangeLog.orig Fri Aug 20 11:36:33 1999
> --- gcc/cp/ChangeLog Mon Aug 23 12:14:42 1999
> ***************
> *** 1,3 ****
> --- 1,8 ----
> + Mon Aug 23 12:13:14 PDT 1999 Paul Burchard <burchard@pobox.com>
> +
> + * decl.c (check_default_argument): Substitute `parameter'
> + for `paramter'.
> +
Note for the future. Do not send ChangeLog entries as a patch. Send them as
plaintext. We want them as plaintext because diffs to a ChangeLog file rarely
apply because the head of the ChangeLog file is always changing.
Anyway, it looks like someone already checked in your patch to fix this problem
before I could get to it :-)
Thanks,
jeff