aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-04-18 10:11:30 +0000
committerNick Clifton <nickc@gcc.gnu.org>2006-04-18 10:11:30 +0000
commit224504d28e8bf388264caa92480d641aa06dfb8b (patch)
tree97150490d590cfd801a33a4967b9e383356c7f5b /gcc/doc
parent6ee2e1587ab08fb846788debf4778dec63dcec53 (diff)
downloadgcc-224504d28e8bf388264caa92480d641aa06dfb8b.zip
gcc-224504d28e8bf388264caa92480d641aa06dfb8b.tar.gz
gcc-224504d28e8bf388264caa92480d641aa06dfb8b.tar.bz2
* doc/tm.texi (TARGET_SECTION_TYPE_FLAGS): Fix typo.
From-SVN: r113027
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 639e9e9..4392e42 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -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__}.