aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/hostconfig.texi
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>2011-05-04 23:34:37 +0000
committerMike Stump <mrs@gcc.gnu.org>2011-05-04 23:34:37 +0000
commitff2ce160cb3b6f74269e2a1808146e5e86d4bd77 (patch)
treee7b62387f42efcd449bcaf9d81979cd5f72c016a /gcc/doc/hostconfig.texi
parent91e4938b8c0f979f84c2b66d1ff5370e83e00eb0 (diff)
downloadgcc-ff2ce160cb3b6f74269e2a1808146e5e86d4bd77.zip
gcc-ff2ce160cb3b6f74269e2a1808146e5e86d4bd77.tar.gz
gcc-ff2ce160cb3b6f74269e2a1808146e5e86d4bd77.tar.bz2
Remove extra spacing at the end of the line.
From-SVN: r173401
Diffstat (limited to 'gcc/doc/hostconfig.texi')
-rw-r--r--gcc/doc/hostconfig.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/hostconfig.texi b/gcc/doc/hostconfig.texi
index b00cc54..d783a2f 100644
--- a/gcc/doc/hostconfig.texi
+++ b/gcc/doc/hostconfig.texi
@@ -214,15 +214,15 @@ initialization when a compilation driver is being initialized.
@item HOST_LONG_LONG_FORMAT
If defined, the string used to indicate an argument of type @code{long
long} to functions like @code{printf}. The default value is
-@code{"ll"}.
+@code{"ll"}.
@item HOST_LONG_FORMAT
If defined, the string used to indicate an argument of type @code{long}
-to functions like @code{printf}. The default value is @code{"l"}.
+to functions like @code{printf}. The default value is @code{"l"}.
@item HOST_PTR_PRINTF
If defined, the string used to indicate an argument of type @code{void *}
-to functions like @code{printf}. The default value is @code{"%p"}.
+to functions like @code{printf}. The default value is @code{"%p"}.
@end ftable
In addition, if @command{configure} generates an incorrect definition of