From 2ee1d076305cff44a7d95d56e38ad42ddceeaa38 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 11 Feb 2018 21:26:46 -0600 Subject: [PATCH] Typo: overlpa->overlap --- loopy/symbolic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loopy/symbolic.py b/loopy/symbolic.py index aa9a08844..242ba6ab7 100644 --- a/loopy/symbolic.py +++ b/loopy/symbolic.py @@ -1712,7 +1712,7 @@ def _get_access_range_conservative(kernel, insn_id, access_dir, var_name): def do_access_ranges_overlap_conservative( kernel, insn1_id, insn1_dir, insn2_id, insn2_dir, var_name): """Determine whether the access ranges to *var_name* in the two - given instructions overlpa. This determination is made 'conservatively', + given instructions overlap. This determination is made 'conservatively', i.e. if precise information is unavailable, it is concluded that the ranges overlap. -- GitLab