This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/29972] typos in the manual
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Nov 2006 02:01:32 -0000
- Subject: [Bug other/29972] typos in the manual
- References: <bug-29972-8743@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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