OSDN Git Service

* doc/tm.texi (TARGET_SECTION_TYPE_FLAGS): Fix typo.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Apr 2006 10:11:30 +0000 (10:11 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Apr 2006 10:11:30 +0000 (10:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113027 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/tm.texi

index 8574f89..f2b7a5d 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-18  Nick Clifton  <nickc@redhat.com>
+
+       * doc/tm.texi (TARGET_SECTION_TYPE_FLAGS): Fix typo.
+
 2006-04-18  Paolo Bonzini  <bonzini@gnu.org>
 
         PR target/27117
index 639e9e9..4392e42 100644 (file)
@@ -6559,7 +6559,7 @@ based on a variable or function decl, a section name, and whether or not the
 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__}.