diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-04-15 14:28:43 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-04-15 14:28:43 +0000 |
commit | 71172460b68e003a9b57486c18816e4ea7ada5cf (patch) | |
tree | ba9bea11a9387f4a4e107e361cfe0c5200a18b52 /gcc/fortran/gfc-internals.texi | |
parent | 14463ee9548cdb701ebac51785b83214216632f7 (diff) | |
download | gcc-71172460b68e003a9b57486c18816e4ea7ada5cf.zip gcc-71172460b68e003a9b57486c18816e4ea7ada5cf.tar.gz gcc-71172460b68e003a9b57486c18816e4ea7ada5cf.tar.bz2 |
gfc-internals.texi: Fix typos.
* gfc-internals.texi: Fix typos.
* simplify.c: Fix a comment typo.
From-SVN: r123845
Diffstat (limited to 'gcc/fortran/gfc-internals.texi')
-rw-r--r-- | gcc/fortran/gfc-internals.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/gfc-internals.texi b/gcc/fortran/gfc-internals.texi index f593d72..d61b87e 100644 --- a/gcc/fortran/gfc-internals.texi +++ b/gcc/fortran/gfc-internals.texi @@ -298,7 +298,7 @@ nested chain of @code{gfc_code} structures. The type of statement is identified by the @code{op} member of the structure, the different possible values are enumerated in @code{gfc_exec_op}. A special member of this @code{enum} is @code{EXEC_NOP} which is used to -reperesent the various @code{END} statements if they carry a label. +represent the various @code{END} statements if they carry a label. Depending on the type of statement some of the other fields will be filled in. Fields that are generally applicable are the @code{next} and @code{here} fields. The former points to the next statement in @@ -314,7 +314,7 @@ block in question. The @code{SELECT} and @code{IF} statements may contain various blocks (the chain of @code{ELSE IF} and @code{ELSE} blocks or the various @code{CASE}s, respectively). -@c What would be nice here would be an example program togehter with +@c What would be nice here would be an example program together with @c an image that says more than the mythical thousand words. |