From 00e7f1d37e41b435133d7d7db5db37bf5c87e089 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 2 Apr 2007 14:23:03 +0000 Subject: [PATCH] type fix in comment [r12627] --- ir/ir/irgraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.20.1