From: Michael Beck Date: Sun, 23 Aug 2009 02:27:49 +0000 (+0000) Subject: - fixed typo X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ee5ec14c5e2363ea4d9de6a03e060fddd1927870;p=libfirm - fixed typo [r26396] --- diff --git a/include/libfirm/irpass.h b/include/libfirm/irpass.h index 102a9ff87..ea8fab639 100644 --- a/include/libfirm/irpass.h +++ b/include/libfirm/irpass.h @@ -206,7 +206,7 @@ ir_prog_pass_t *def_prog_pass_constructor( * * @return the newly created ir_prog pass */ -ir_prog_pass_t *call_function_gpass( +ir_prog_pass_t *call_function_pass( const char *name, void (*function)(void *context), void *context); #endif