From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31505 invoked by alias); 25 Nov 2006 02:01:42 -0000 Received: (qmail 30213 invoked by uid 48); 25 Nov 2006 02:01:32 -0000 Date: Sat, 25 Nov 2006 02:01:00 -0000 Message-ID: <20061125020132.30212.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug other/29972] typos in the manual In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-11/txt/msg02142.txt.bz2 ------- 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