This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH,config] Fix typo in tls.m4
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Bernhard Fischer <rep dot dot dot nop at gmail dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 31 Jan 2008 04:43:50 -0500
- Subject: Re: [PATCH,config] Fix typo in tls.m4
- References: <20080131093457.GA16531@aon.at>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Thu, Jan 31, 2008 at 10:34:57AM +0100, Bernhard Fischer wrote:
> Hi,
>
> config/ChangeLog
>
> * tls.m4: Fix typo.
>
> Please apply.
- AC_CACHE_CHECK([whether the target asssembler upports thread-local storage],
+ AC_CACHE_CHECK([whether the target assembler upports thread-local storage],
While are you at it, s/upports/supports/ needs fixing too.
Jakub