diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-14 12:37:28 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-14 12:37:28 +0000 |
commit | 13795658b50234d99cf2b671214000131b132952 (patch) | |
tree | 86ce1a2225fed2b523fd783f41a07ab8fd9cee98 /gcc/fortran/trans-common.c | |
parent | 98ddffc1c10f62fca6e92b358b0a6d4398add660 (diff) | |
download | gcc-13795658b50234d99cf2b671214000131b132952.zip gcc-13795658b50234d99cf2b671214000131b132952.tar.gz gcc-13795658b50234d99cf2b671214000131b132952.tar.bz2 |
data.c, [...]: Fix comment typos.
* data.c, decl.c, f95-lang.c, gfortran.h, match.c,
trans-array.c, trans-common.c, trans-expr.c,
trans-intrinsic.c, trans-stmt.c, trans-types.c, trans.h: Fix
comment typos. Follow spelling conventions.
From-SVN: r87492
Diffstat (limited to 'gcc/fortran/trans-common.c')
-rw-r--r-- | gcc/fortran/trans-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-common.c b/gcc/fortran/trans-common.c index f692f3e..3f83d2e 100644 --- a/gcc/fortran/trans-common.c +++ b/gcc/fortran/trans-common.c @@ -136,7 +136,7 @@ get_segment_info (gfc_symbol * sym, HOST_WIDE_INT offset) /* Create the segment_info and fill it in. */ s = (segment_info *) gfc_getmem (sizeof (segment_info)); s->sym = sym; - /* We will use this type when building the segment aggreagate type. */ + /* We will use this type when building the segment aggregate type. */ s->field = gfc_sym_type (sym); s->length = int_size_in_bytes (s->field); s->offset = offset; |