From eef8a03f3bb247b4353cd1407a749fa45d4694e7 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 4 Apr 2014 15:06:15 +0200 Subject: [PATCH] scan.cc: fix typo in comment Signed-off-by: Sven Verdoolaege --- scan.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan.cc b/scan.cc index 68709a9..964d825 100644 --- a/scan.cc +++ b/scan.cc @@ -1539,7 +1539,7 @@ __isl_give pet_tree *PetScan::extract(Stmt *stmt, bool skip_declarations) /* Try and construct a pet_tree corresponding to (part of) * a sequence of statements. * - * "block" is set if the sequence respresents the children of + * "block" is set if the sequence represents the children of * a compound statement. * "skip_declarations" is set if we should skip initial declarations * in the sequence of statements. -- 2.11.4.GIT