Index: src/InitTweak/GenInit.cc
===================================================================
--- src/InitTweak/GenInit.cc	(revision 29bc63e78d8dbc47b5c21992e7813b3f8d3dbba1)
+++ src/InitTweak/GenInit.cc	(revision aec3e6ba1aee4b0e673a263958d6457b5bf6f684)
@@ -75,6 +75,6 @@
 		// that need to be constructed or destructed
 		void previsit( StructDecl *aggregateDecl );
-		void premutate( AggregateDecl * ) { visit_children = false; }
-		void premutate( NamedTypeDecl * ) { visit_children = false; }
+		void previsit( AggregateDecl * ) { visit_children = false; }
+		void previsit( NamedTypeDecl * ) { visit_children = false; }
 		void previsit( FunctionType * ) { visit_children = false; }
 
