From 9baf8aea954bcfc69d1d6187a7488f983a694d30 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 24 Oct 2006 23:20:33 +0000 Subject: [PATCH] * doc/extend.texi (Variable Attributes): Typo fix. From-SVN: r118015 --- gcc/ChangeLog | 4 ++++ gcc/doc/extend.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 65be7f113e8..4edb9060d50 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-10-25 Ben Elliston + + * doc/extend.texi (Variable Attributes): Typo fix. + 2006-10-24 Uros Bizjak * config/i386/i386.h (FIRST_PSEUDO_REGISTER): Define to 54. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index a12879ce5ba..22c717c8ec4 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -3234,7 +3234,7 @@ The @code{weak} attribute is described in @xref{Function Attributes}. @item dllimport The @code{dllimport} attribute is described in @xref{Function Attributes}. -@item dlexport +@item dllexport The @code{dllexport} attribute is described in @xref{Function Attributes}. @end table