Fix typo in tm.texi

Nick Clifton nickc@redhat.com
Tue Apr 18 10:11:00 GMT 2006


Hi Guys,

  I am checking in the patch below to fix an obvious typo in tm.texi.

Cheers
  Nick

gcc/ChangeLog
2006-04-18  Nick Clifton  <nickc@redhat.com>

	* doc/tm.texi (TARGET_SECTION_TYPE_FLAGS): Fix typo.

Index: gcc/doc/tm.texi
===================================================================
--- gcc/doc/tm.texi	(revision 113026)
+++ gcc/doc/tm.texi	(working copy)
@@ -6559,7 +6559,7 @@
 declaration's initializer may contain runtime relocations.  @var{decl} may be
  null, in which case read-write data should be assumed.
 
-The default version if this function handles choosing code vs data,
+The default version of this function handles choosing code vs data,
 read-only vs read-write data, and @code{flag_pic}.  You should only
 need to override this if your target has special flags that might be
 set via @code{__attribute__}.



More information about the Gcc-patches mailing list