X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeflags.h;h=a7af4fd146afcce7cd15a22b6b964ecec879dc40;hb=c6571686bfbfb3c87ae24ae1dc568e685d6cd49a;hp=c0ce0fc8779a3f6535b8530d7f9ffe891af5f927;hpb=e07d8cc4c40976bebaf73f77f3bfba7461dd491e;p=libfirm diff --git a/ir/be/beflags.h b/ir/be/beflags.h index c0ce0fc87..a7af4fd14 100644 --- a/ir/be/beflags.h +++ b/ir/be/beflags.h @@ -21,7 +21,6 @@ * @file * @brief modifies schedule so flags dependencies are respected. * @author Matthias Braun, Christoph Mallon - * @version $Id: besched.h 14693 2007-06-21 15:35:49Z beck $ */ #ifndef FIRM_BE_BEFLAGS_H #define FIRM_BE_BEFLAGS_H @@ -35,7 +34,7 @@ typedef ir_node * (*func_rematerialize) (ir_node *node, ir_node *after); /** - * Callback function that checks wether a node modifies the flags + * Callback function that checks whether a node modifies the flags */ typedef bool (*check_modifies_flags) (const ir_node *node);