aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/tm.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8574f89..f2b7a5d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
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__}.