diff options
author | Matthias Klose <doko@debian.org> | 2006-07-08 18:35:51 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2006-07-08 18:35:51 +0000 |
commit | 0ee5ccdf3ea1a39a328ca0ac977a0d036cbbbd2a (patch) | |
tree | e42d9b0681377973933710b3edca416a1f505779 | |
parent | e6044ecedd082224c20076565bc2a7ec581e175f (diff) | |
download | gcc-0ee5ccdf3ea1a39a328ca0ac977a0d036cbbbd2a.zip gcc-0ee5ccdf3ea1a39a328ca0ac977a0d036cbbbd2a.tar.gz gcc-0ee5ccdf3ea1a39a328ca0ac977a0d036cbbbd2a.tar.bz2 |
sourcebuild.texi: Fix typo.
2006-07-08 Matthias Klose <doko@debian.org>
* doc/sourcebuild.texi: Fix typo.
From-SVN: r115287
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dbf0ace..743178a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-07-08 Matthias Klose <doko@debian.org> + + * doc/sourcebuild.texi: Fix typo. + 2006-07-07 Mike Stump <mrs@apple.com> * toplev.c (process_options): Don't give -ffunction-sections may diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 66e1b37..2bfa582 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -911,7 +911,7 @@ FIXME: discuss non-C testsuites here. @subsection Directives used within DejaGnu tests Test directives appear within comments in a test source file and begin -with @code{dg-}. Some of these are defined within DegaGnu and others +with @code{dg-}. Some of these are defined within DejaGnu and others are local to the GCC testsuite. The order in which test directives appear in a test can be important: |