This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/29972] typos in the manual



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-11-25 02:01 -------
-These nodes represent logical and and logical or, respectively.  These
+These nodes represent logical and @w{}and logical or, respectively.  These

Maybe this should be :
These nodes represent logical @code{and} and logical @code{or}, respectively. 
These


-enclosed list if compound literal's and object types match.
+enclosed list if compound literals and object types match.
This is should rather be:
enclosed list if compound literal's and object's types match.

it is the types that should match and they belong to the compound literal and
the object.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |documentation


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29972


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]