aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2002-05-02 13:55:35 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-05-02 13:55:35 +0000
commite0a2f705996d9f9e98231c0ccaa9cc40ee264976 (patch)
tree309ff5ee9c13a1484440448d5a366e642c796c96 /gcc/expr.c
parent38e23049b7b5ea8f84ce8363d1a13883c71a1edc (diff)
downloadgcc-e0a2f705996d9f9e98231c0ccaa9cc40ee264976.zip
gcc-e0a2f705996d9f9e98231c0ccaa9cc40ee264976.tar.gz
gcc-e0a2f705996d9f9e98231c0ccaa9cc40ee264976.tar.bz2
combine.c: Fix comment formatting.
* combine.c: Fix comment formatting. * expr.c: Likewise. * genautomata.c: Likewise. * stmt.c: Likewise. * tree.h: Likewise. From-SVN: r53044
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 55002af..46cf042 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -8906,7 +8906,7 @@ is_aligning_offset (offset, exp)
== TREE_TYPE (exp)))));
}
-/* Return the tree node if a ARG corresponds to a string constant or zero
+/* Return the tree node if an ARG corresponds to a string constant or zero
if it doesn't. If we return non-zero, set *PTR_OFFSET to the offset
in bytes within the string that ARG is accessing. The type of the
offset will be `sizetype'. */