isl_test2.cc: test(R (T::*fn)(A1 &, A2 &)): fix typo in comment
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Mon, 20 May 2024 19:55:11 +0000 (20 21:55 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sat, 25 May 2024 13:04:53 +0000 (25 15:04 +0200)
Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_test2.cc

index 28c4705..8506d23 100644 (file)
@@ -196,7 +196,7 @@ static void test(isl::ctx ctx, R (T::*fn)(A1) const, const std::string &name,
 }
 
 /* Run a sequence of tests of method "fn" with stringification "name" and
- * with inputs and output described by "test",
+ * with inputs and output described by "tests",
  * throwing an exception when an unexpected result is produced.
  */
 template <typename R, typename T, typename A1, typename A2>