From b39e761d68f5ebffa8aa8ab593fa4c6683bd2742 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 8 Mar 2017 12:26:28 +0100 Subject: [PATCH] scop_plus.cc: fix typos in comments Signed-off-by: Sven Verdoolaege --- scop_plus.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scop_plus.cc b/scop_plus.cc index 388e8bf..e4d8993 100644 --- a/scop_plus.cc +++ b/scop_plus.cc @@ -48,7 +48,7 @@ using namespace clang; * 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. * - * Futhermore, if the innermost array in the sequence is an array of structures + * Furthermore, if the innermost array in the sequence is an array of structures * then recursively call collect_sub_arrays for all subfields of this * structure. */ @@ -86,7 +86,7 @@ static void collect_sub_arrays(ValueDecl *decl, } /* Extract one or more sequences of declarations from the access expression - * "expr" and them to "arrays". + * "expr" and add them to "arrays". * * If "expr" represents an array access, then the extracted sequence * contains a single element corresponding to the array declaration. -- 2.11.4.GIT