X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyopt.h;h=6c371ea48697ec7b3db6cd8facbb56a94ac5064d;hb=a8029325c2313fe536c3b23c59cf92fa145840a4;hp=ba94d50f51aa52473fc37a83e727035c1972db83;hpb=75b78dc47d9f1310e0f07bc306b314e89bc5c50c;p=libfirm diff --git a/ir/be/becopyopt.h b/ir/be/becopyopt.h index ba94d50f5..6c371ea48 100644 --- a/ir/be/becopyopt.h +++ b/ir/be/becopyopt.h @@ -74,11 +74,11 @@ typedef struct { /** - * Register a new copy optimazation algorithm. + * Register a new copy optimization algorithm. * * @param name the name of the copy optimazation algorithm, * used to select it - * @param spiller a copy optimazation entry + * @param copyopt a copy optimazation entry */ void be_register_copyopt(const char *name, co_algo_info *copyopt);