]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/invoke.texi (C++ Dialect Options): Add missing space.
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 26 Aug 2012 15:36:33 +0000 (15:36 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 26 Aug 2012 15:36:33 +0000 (15:36 +0000)
From-SVN: r190692

gcc/ChangeLog
gcc/doc/invoke.texi

index 0468d01471c95b93eb80e1ad27f14472c82f8f06..fe032c462938577d5629ecc02384be1b9a011846 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-26  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/invoke.texi (C++ Dialect Options): Add missing space.
+
 2012-08-25  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR rtl-optimization/54088
index b6d6b400bc19373cef93b7542fbf8be9fa1c68ea..daf9a5ddcc5a01585958fc9ba42aebb2114a0246 100644 (file)
@@ -2313,7 +2313,7 @@ struct B : public A @{ int f2 : 1; @};
 
 @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.