aboutsummaryrefslogtreecommitdiff
path: root/optimize.c
diff options
context:
space:
mode:
Diffstat (limited to 'optimize.c')
-rw-r--r--optimize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/optimize.c b/optimize.c
index 6fefeada..0ad0c416 100644
--- a/optimize.c
+++ b/optimize.c
@@ -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;
@@ -2610,7 +2610,7 @@ opt_init(opt_state_t *opt_state, struct icode *ic)
}
/*
- * Make sure the total memory required for both of them dosn't
+ * Make sure the total memory required for both of them doesn't
* overflow.
*/
if (block_memsize > SIZE_MAX - edge_memsize) {