diff options
Diffstat (limited to 'gcc/value-prof.h')
-rw-r--r-- | gcc/value-prof.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/value-prof.h b/gcc/value-prof.h index ddb2028..74b754a 100644 --- a/gcc/value-prof.h +++ b/gcc/value-prof.h @@ -35,10 +35,10 @@ struct histogram_value { rtx value; /* The value to profile. */ enum machine_mode mode; /* And its mode. */ - rtx seq; /* Insns requiered to count the profiled value. */ + rtx seq; /* Insns required to count the profiled value. */ rtx insn; /* Insn before that to measure. */ enum hist_type type; /* Type of information to measure. */ - unsigned n_counters; /* Number of requiered counters. */ + unsigned n_counters; /* Number of required counters. */ union { struct |