diff options
author | Michael Beck <mm.beck@gmx.net> | 2011-03-25 00:30:05 +0100 |
---|---|---|
committer | Michael Beck <mm.beck@gmx.net> | 2011-03-25 00:33:09 +0100 |
commit | b151d11c50d89b9dffadfb63f7ccfd81ea8db44f (patch) | |
tree | 6a6c35a94891b642f204981536868c2f1c9f92dc /ir/be/beflags.h | |
parent | dcbcc971a32a05cb37805ea6886d5f8c34b910ef (diff) |
Fix typos in comments: s/wether/whether/ and related corrections.
Diffstat (limited to 'ir/be/beflags.h')
-rw-r--r-- | ir/be/beflags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ir/be/beflags.h b/ir/be/beflags.h index c0ce0fc..b05f9de 100644 --- a/ir/be/beflags.h +++ b/ir/be/beflags.h @@ -35,7 +35,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); |