From ddecc0ea04487cd62da4713e8f46180beb55d4f0 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 11 Aug 2015 17:39:17 +0200 Subject: [PATCH] scop_plus.cc: fix typo in comment Signed-off-by: Sven Verdoolaege --- scop_plus.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scop_plus.cc b/scop_plus.cc index 34bd638..5f17ef9 100644 --- a/scop_plus.cc +++ b/scop_plus.cc @@ -43,7 +43,7 @@ using namespace std; using namespace clang; -/* And the sequence of nested arrays of structures "ancestors" +/* Add the sequence of nested arrays of structures "ancestors" * to "arrays". The final element in the sequence may be a leaf * and may therefore refer to a primitive type rather than a record type. * -- 2.11.4.GIT