diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-07-10 16:37:26 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-07-10 16:37:26 +0200 |
commit | 88c1b88f78b3caf7cb887a478dc8dac00e6e3acc (patch) | |
tree | 1b3f791e23ba69415aeffcb3655ce77fbbfb464e /optimize.c | |
parent | a44b7a5f8631301604d5dd2e713d26a55844bd36 (diff) |
Fix some typos
[skip ci]
Diffstat (limited to 'optimize.c')
-rw-r--r-- | optimize.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2099,7 +2099,7 @@ opt_blks(opt_state_t *opt_state, struct icode *ic, int do_stmts) * versions of the machine code, eventually returning * to the first version. (We're really not doing a * full loop detection, we're just testing for two - * passes in a row where where we do nothing but + * passes in a row where we do nothing but * move branches.) */ return; |