diff options
Diffstat (limited to 'gcc/auto-profile.h')
-rw-r--r-- | gcc/auto-profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/auto-profile.h b/gcc/auto-profile.h index 639e263..3cce5f2 100644 --- a/gcc/auto-profile.h +++ b/gcc/auto-profile.h @@ -39,7 +39,7 @@ extern void remove_afdo_speculative_target (cgraph_edge *); considered cols. */ extern gcov_type afdo_hot_bb_threshold; -/* Return ture if COUNT is possiby hot. */ +/* Return true if COUNT is possibly hot. */ extern bool maybe_hot_afdo_count_p (profile_count count); #endif /* AUTO_PROFILE_H */ |