diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2007-01-27 23:51:49 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2007-01-27 23:51:49 +0000 |
commit | 1eaf20ec87c8f7403f91a465c892d381df42e468 (patch) | |
tree | def672de14809bb630fc7615a16ab025664fcfb2 /gcc/doc/c-tree.texi | |
parent | 7fbb9a499c94f945e4c495e431aa16ad0ff47e8d (diff) | |
download | gcc-1eaf20ec87c8f7403f91a465c892d381df42e468.zip gcc-1eaf20ec87c8f7403f91a465c892d381df42e468.tar.gz gcc-1eaf20ec87c8f7403f91a465c892d381df42e468.tar.bz2 |
sourcebuild.texi: Add comma for clarity.
* doc/sourcebuild.texi: Add comma for clarity.
* doc/extend.texi: Fix some typos.
* doc/passes.texi: Likewise.
* doc/cppinternals.texi: Likewise.
* doc/c-tree.texi: Likewise.
* doc/tree-ssa.texi: Likewise.
From-SVN: r121241
Diffstat (limited to 'gcc/doc/c-tree.texi')
-rw-r--r-- | gcc/doc/c-tree.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi index aa7b7e7..d65a365 100644 --- a/gcc/doc/c-tree.texi +++ b/gcc/doc/c-tree.texi @@ -2193,7 +2193,7 @@ pointer or reference type. @item FIX_TRUNC_EXPR These nodes represent conversion of a floating-point value to an -integer. The single operand will have a floating-point type, while the +integer. The single operand will have a floating-point type, while the complete expression will have an integral (or boolean) type. The operand is rounded towards zero. |