From f5ec14de29cfe3eda3bc0fc231db184a72df1df0 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 15 Apr 2016 14:32: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 bf82c9a..9a62019 100644 --- a/scan.cc +++ b/scan.cc @@ -1871,7 +1871,7 @@ int PetScan::set_inliner_arguments(pet_inliner &inliner, CallExpr *call, * followed by the inlined function body with the formal arguments * replaced by (expressions containing) these temporary variables. * - * The actual inlining is taken care of by the pet_inliner function. + * The actual inlining is taken care of by the pet_inliner object. * This function merely calls set_inliner_arguments to tell * the pet_inliner about the actual arguments, extracts a pet_tree * from the body of the called function and then passes this pet_tree -- 2.11.4.GIT