Fix a few typos

Reviewed-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
Zoë Blade
2015-04-22 11:33:17 +01:00
committed by Francisco Jerez
parent e17dc004fd
commit 05e7f7f438
78 changed files with 103 additions and 103 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ ir_call::generate_inline(ir_instruction *next_ir)
parameters[i] = sig_param->clone(ctx, ht);
parameters[i]->data.mode = ir_var_auto;
/* Remove the read-only decoration becuase we're going to write
/* Remove the read-only decoration because we're going to write
* directly to this variable. If the cloned variable is left
* read-only and the inlined function is inside a loop, the loop
* analysis code will get confused.