From fa9516946c7076c902f1fd8e96add1a37d83f8b4 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Mon, 16 Oct 2006 13:17:29 +0200 Subject: trans-stmt.c: Fix a typo 2006-10-16 Tobias Burnus * trans-stmt.c: Fix a typo * invoke.texi: Fix typos * resolve.c: Fix a comment typo * trans-decl.c: Fix a comment typo * primary.c: Fix a comment typo From-SVN: r117781 --- gcc/fortran/trans-decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/fortran/trans-decl.c') diff --git a/gcc/fortran/trans-decl.c b/gcc/fortran/trans-decl.c index 7250022..d12b953 100644 --- a/gcc/fortran/trans-decl.c +++ b/gcc/fortran/trans-decl.c @@ -701,7 +701,7 @@ gfc_build_dummy_array_decl (gfc_symbol * sym, tree dummy) type = TREE_TYPE (type); if (GFC_DESCRIPTOR_TYPE_P (type)) { - /* Create a decriptorless array pointer. */ + /* Create a descriptorless array pointer. */ as = sym->as; packed = 0; if (!gfc_option.flag_repack_arrays) -- cgit v1.1