diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-23 11:23:07 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-23 11:23:07 +0000 |
commit | 68e7a7c94fe84ebe36de67d029c71df1034e5431 (patch) | |
tree | 050fda79a7129168211f3a38a1d981c35ab05cdc /gcc/f/com.c | |
parent | 2d3e278d62b7568a5a4b775dc42c74f051cd1edb (diff) | |
download | gcc-68e7a7c94fe84ebe36de67d029c71df1034e5431.zip gcc-68e7a7c94fe84ebe36de67d029c71df1034e5431.tar.gz gcc-68e7a7c94fe84ebe36de67d029c71df1034e5431.tar.bz2 |
ChangeLog: Follow spelling conventions.
* ChangeLog: Follow spelling conventions.
* ChangeLog.0: Likewise.
* com.c: Likewise.
* ffe.texi: Likewise.
* g77.texi: Likewise.
* intdoc.in: Likewise.
* invoke.texi: Likewise.
* news.texi: Likewise.
* intdoc.texi: Regenerate.
From-SVN: r57433
Diffstat (limited to 'gcc/f/com.c')
-rw-r--r-- | gcc/f/com.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/f/com.c b/gcc/f/com.c index 931858a..b14b875 100644 --- a/gcc/f/com.c +++ b/gcc/f/com.c @@ -821,7 +821,7 @@ ffecom_subscript_check_ (tree array, tree element, int dim, int total_dims, `item' is NULL_TREE, or the transformed pointer to the array. `expr' is the original opARRAYREF expression, which is transformed if `item' is NULL_TREE. - `want_ptr' is non-zero if a pointer to the element, instead of + `want_ptr' is nonzero if a pointer to the element, instead of the element itself, is to be returned. */ static tree @@ -14758,12 +14758,12 @@ ffe_truthvalue_conversion (expr) case ABS_EXPR: case FLOAT_EXPR: case FFS_EXPR: - /* These don't change whether an object is non-zero or zero. */ + /* These don't change whether an object is nonzero or zero. */ return ffe_truthvalue_conversion (TREE_OPERAND (expr, 0)); case LROTATE_EXPR: case RROTATE_EXPR: - /* These don't change whether an object is zero or non-zero, but + /* These don't change whether an object is zero or nonzero, but we can't ignore them if their second arg has side-effects. */ if (TREE_SIDE_EFFECTS (TREE_OPERAND (expr, 1))) return build (COMPOUND_EXPR, integer_type_node, TREE_OPERAND (expr, 1), @@ -15029,7 +15029,7 @@ struct file_name_list char *fname; /* Mapping of file names for this directory. */ struct file_name_map *name_map; - /* Non-zero if name_map is valid. */ + /* Nonzero if name_map is valid. */ int got_name_map; }; |