summaryrefslogtreecommitdiff
path: root/gcc/df.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/df.h')
-rw-r--r--gcc/df.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/df.h b/gcc/df.h
index c0fabb9e2b7..1b4882d1d16 100644
--- a/gcc/df.h
+++ b/gcc/df.h
@@ -367,7 +367,7 @@ struct df_base_ref
when FUDs are added. */
struct df_insn_info *insn_info;
/* For each regno, there are three chains of refs, one for the uses,
- the eq_uses and the defs. These chains go thru the refs
+ the eq_uses and the defs. These chains go through the refs
themselves rather than using an external structure. */
union df_ref_d *next_reg; /* Next ref with same regno and type. */
union df_ref_d *prev_reg; /* Prev ref with same regno and type. */