diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2000-03-16 19:56:18 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2000-03-16 19:56:18 -0500 |
commit | 1bed2b5e10da9dac57b3f40699d8154870673514 (patch) | |
tree | e8a2719323cc8c8eacac8f165f1ea28d986c465f /gcc | |
parent | 64b83f2a4ae301d941b18bc77fe6c5e2f1cb0c61 (diff) | |
download | gcc-1bed2b5e10da9dac57b3f40699d8154870673514.zip gcc-1bed2b5e10da9dac57b3f40699d8154870673514.tar.gz gcc-1bed2b5e10da9dac57b3f40699d8154870673514.tar.bz2 |
tweak comment
From-SVN: r32600
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/typeck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/typeck.c b/gcc/cp/typeck.c index 6e1b667..040cde7 100644 --- a/gcc/cp/typeck.c +++ b/gcc/cp/typeck.c @@ -1684,7 +1684,7 @@ c_alignof (type) /* Perform the array-to-pointer and function-to-pointer conversions for EXP. - In addition, references are converted to rvalues and manifest + In addition, references are converted to lvalues and manifest constants are replaced by their values. */ tree |