summaryrefslogtreecommitdiff
path: root/gcc/df-problems.c
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-21 18:31:07 +0000
committerMike Stump <mrs@gcc.gnu.org>2013-07-21 18:31:07 +0000
commit688010bad0375a275466ac1adb98aff80c0e77ac (patch)
treea89618804e203ad97b7210fd17da195393f4631f /gcc/df-problems.c
parent1aa95df74202a50ca17f06e738c8fae303450fdd (diff)
downloadgcc-688010bad0375a275466ac1adb98aff80c0e77ac.tar.gz
Fix typos.
2013-07-21 Ondřej Bílka <neleai@seznam.cz> * c-common.c: Fix typos. * c-common.h: Likewise. From-SVN: r201110
Diffstat (limited to 'gcc/df-problems.c')
-rw-r--r--gcc/df-problems.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/df-problems.c b/gcc/df-problems.c
index abe6958a09a..dad0ae7cd88 100644
--- a/gcc/df-problems.c
+++ b/gcc/df-problems.c
@@ -115,7 +115,7 @@ df_print_bb_index (basic_block bb, FILE *file)
block. The id field in the ref is used to index into these sets.
See df.h for details.
- If the DF_RD_PRUNE_DEAD_DEFS changable flag is set, only DEFs reaching
+ If the DF_RD_PRUNE_DEAD_DEFS changeable flag is set, only DEFs reaching
existing uses are included in the global reaching DEFs set, or in other
words only DEFs that are still live. This is a kind of pruned version
of the traditional reaching definitions problem that is much less