2003-05-09  J. Otto Tennant  <jotto@pobox.com>

	* doc/invoke.texi: Fixed minor spacing error.

--- invoke.texi.orig	2003-05-09 20:46:36.000000000 -0400
+++ invoke.texi	2003-05-09 20:46:45.000000000 -0400
@@ -1503,7 +1503,7 @@
 
 @noindent
 In this case, G++ will place @code{B::f2} into the same byte
-as@code{A::f1}; other compilers will not.  You can avoid this problem 
+as @code{A::f1}; other compilers will 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 will cause G++ and other compilers to
 layout @code{B} identically.
