From: Matthias Braun Date: Mon, 2 Apr 2007 14:23:03 +0000 (+0000) Subject: type fix in comment X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=00e7f1d37e41b435133d7d7db5db37bf5c87e089;p=libfirm type fix in comment [r12627] --- diff --git a/ir/ir/irgraph.h b/ir/ir/irgraph.h index c3e253dff..84780c7dc 100644 --- a/ir/ir/irgraph.h +++ b/ir/ir/irgraph.h @@ -103,7 +103,7 @@ * - Phi_in_stack; a stack needed for automatic Phi construction, needed only * during ir construction. * - * - isited A int used as flag to traverse the ir_graph. + * - visited A int used as flag to traverse the ir_graph. * * - block_visited A int used as a flag to traverse block nodes in the graph. */