X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Freturn.h;h=f65e2a2eeb95b27adeec86bf730f9392105c46d6;hb=486f1e4abd8cc35ffb4839b7254cdb70b98f38ee;hp=4c7a9c41cb662e6ad1121c1d679ff554142fef7c;hpb=2e3826ef502d31da98bb9679df02555d121194d9;p=libfirm diff --git a/ir/opt/return.h b/ir/opt/return.h index 4c7a9c41c..f65e2a2ee 100644 --- a/ir/opt/return.h +++ b/ir/opt/return.h @@ -24,7 +24,7 @@ /** * Normalize the Returns of a graph by creating a new End block * with One Return(Phi). - * This is the prefered input for the if-conversion. + * This is the preferred input for the if-conversion. * * In pseudocode, it means: * @@ -46,7 +46,7 @@ void normalize_one_return(ir_graph *irg); /** * Normalize the Returns of a graph by moving * the Returns upwards as much as possible. - * This might be prefered for code generation. + * This might be preferred for code generation. * * In pseudocode, it means: *