aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-03-31 17:13:31 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-03-31 17:13:31 +0000
commit27954bdbc3051fbf6adfdc8675fa33f36da7c292 (patch)
tree6544ab3575c2f1550b952adb35ce9a54e148107e /gcc/tree-ssa-alias.c
parent1239de63cb90a4f257c803391d600ae1be99b51b (diff)
downloadgcc-27954bdbc3051fbf6adfdc8675fa33f36da7c292.zip
gcc-27954bdbc3051fbf6adfdc8675fa33f36da7c292.tar.gz
gcc-27954bdbc3051fbf6adfdc8675fa33f36da7c292.tar.bz2
tree-ssa-alias.c: Follow spelling conventions.
* tree-ssa-alias.c: Follow spelling conventions. * doc/tree-ssa.texi: Fix a typo. From-SVN: r97334
Diffstat (limited to 'gcc/tree-ssa-alias.c')
-rw-r--r--gcc/tree-ssa-alias.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-alias.c b/gcc/tree-ssa-alias.c
index c08cf3b..0327e34 100644
--- a/gcc/tree-ssa-alias.c
+++ b/gcc/tree-ssa-alias.c
@@ -2709,7 +2709,7 @@ push_fields_onto_fieldstack (tree type, VEC(fieldoff_t) **fieldstack,
{
size_t before = VEC_length (fieldoff_t, *fieldstack);
/* Empty structures may have actual size, like in C++. So see if we
- actually end up pushing a field, and if not, if the size is non-zero,
+ actually end up pushing a field, and if not, if the size is nonzero,
push the field onto the stack */
push_fields_onto_fieldstack (TREE_TYPE (field), fieldstack, offset);
if (before == VEC_length (fieldoff_t, *fieldstack)
@@ -2739,7 +2739,7 @@ push_fields_onto_fieldstack (tree type, VEC(fieldoff_t) **fieldstack,
push_fields_onto_fieldstack (TREE_TYPE (field), fieldstack,
offset + bitpos_of_field (field));
/* Empty structures may have actual size, like in C++. So see if we
- actually end up pushing a field, and if not, if the size is non-zero,
+ actually end up pushing a field, and if not, if the size is nonzero,
push the field onto the stack */
if (before == VEC_length (fieldoff_t, *fieldstack)
&& DECL_SIZE (field)