From dc5d8324bc60f586a45c4733626004b11670cdb1 Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 14 Mar 2006 17:36:29 +0000 Subject: [PATCH] tweak comments git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112059 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/typeck.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/cp/typeck.c b/gcc/cp/typeck.c index f94f09504fb..f68b4847715 100644 --- a/gcc/cp/typeck.c +++ b/gcc/cp/typeck.c @@ -1309,7 +1309,7 @@ cxx_sizeof_expr (tree e) } /* Implement the __alignof keyword: Return the minimum required - alignment of EXPR, measured in bytes. For VAR_DECL's and + alignment of E, measured in bytes. For VAR_DECL's and FIELD_DECL's return DECL_ALIGN (which can be set from an "aligned" __attribute__ specification). */ @@ -1359,8 +1359,8 @@ cxx_alignof_expr (tree e) return fold_convert (size_type_node, t); } -/* Process a sizeof or alignof expression where the operand is an - expression. */ +/* Process a sizeof or alignof expression E with code OP where the operand + is an expression. */ tree cxx_sizeof_or_alignof_expr (tree e, enum tree_code op) -- 2.11.4.GIT