aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.c
diff options
context:
space:
mode:
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>2004-05-19 01:37:47 +0200
committerTobias Schlüter <tobi@gcc.gnu.org>2004-05-19 01:37:47 +0200
commit472ca416af9f5457ace9b237eccc08f175a07b29 (patch)
tree0ed42e8bd6c75d959fff4fd5b08fc61114a859fd /gcc/fortran/trans.c
parentd7981fd95fde4396a5d774be8db49708ef68b86d (diff)
downloadgcc-472ca416af9f5457ace9b237eccc08f175a07b29.zip
gcc-472ca416af9f5457ace9b237eccc08f175a07b29.tar.gz
gcc-472ca416af9f5457ace9b237eccc08f175a07b29.tar.bz2
* trans.c, trans-decl.c: Fix comment typos.
From-SVN: r82008
Diffstat (limited to 'gcc/fortran/trans.c')
-rw-r--r--gcc/fortran/trans.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/fortran/trans.c b/gcc/fortran/trans.c
index 267391c..6a42b03 100644
--- a/gcc/fortran/trans.c
+++ b/gcc/fortran/trans.c
@@ -366,7 +366,7 @@ gfc_trans_runtime_check (tree cond, tree msg, stmtblock_t * pblock)
}
else
{
- /* Tell the compiler that this isn't likley. */
+ /* Tell the compiler that this isn't likely. */
tmp = gfc_chainon_list (NULL_TREE, cond);
tmp = gfc_chainon_list (tmp, integer_zero_node);
cond = gfc_build_function_call (built_in_decls[BUILT_IN_EXPECT], tmp);
@@ -377,7 +377,7 @@ gfc_trans_runtime_check (tree cond, tree msg, stmtblock_t * pblock)
}
-/* Add a statement to a bock. */
+/* Add a statement to a block. */
void
gfc_add_expr_to_block (stmtblock_t * block, tree expr)
@@ -409,7 +409,7 @@ gfc_add_block_to_block (stmtblock_t * block, stmtblock_t * append)
/* Get the current locus. The structure may not be complete, and should
- only be used with gfc_set_current_locus. */
+ only be used with gfc_set_backend_locus. */
void
gfc_get_backend_locus (locus * loc)