This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[doc] Add missing space in invoke.texi
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sun, 26 Aug 2012 17:37:18 +0200 (CEST)
- Subject: [doc] Add missing space in invoke.texi
Applied to mainline; probably not worth it on release branches.
Gerald
2012-08-26 Gerald Pfeifer <gerald@pfeifer.com>
* doc/invoke.texi (C++ Dialect Options): Add missing space.
Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi (revision 190691)
+++ doc/invoke.texi (working copy)
@@ -2313,7 +2313,7 @@
@noindent
In this case, G++ places @code{B::f2} into the same byte
-as@code{A::f1}; other compilers do not. You can avoid this problem
+as @code{A::f1}; other compilers do not. You can avoid this problem
by explicitly padding @code{A} so that its size is a multiple of the
byte size on your platform; that causes G++ and other compilers to
lay out @code{B} identically.