From c7d725786aa48680fec4c911bea4a5225375e2b3 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Thu, 3 Jan 2013 15:18:30 +0100 Subject: [PATCH] ppcg.h: fix typo in comment Signed-off-by: Sven Verdoolaege --- ppcg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppcg.h b/ppcg.h index 955312e..e1d61b3 100644 --- a/ppcg.h +++ b/ppcg.h @@ -17,7 +17,7 @@ * "writes" contains all write accesses. * "kills" contains all kill accesses. * "dep_flow" represents the flow dependences. - * "def_false" represents the false (anti and output) dependences. + * "dep_false" represents the false (anti and output) dependences. * "schedule" represents the (original) schedule. * * "arrays" and "stmts" are copies of the corresponding elements -- 2.11.4.GIT