[polly] [Polly] Fix typos discovered by codespell (PR #124545)
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 06:39:20 PST 2025
================
@@ -204,7 +204,7 @@ def initialize_isl_methods(self):
if hasattr(self.__class__, "initialized"):
return
- self.__class__.initalized = True
+ self.__class__.initialized = True
----------------
Meinersbur wrote:
Seems indeed an error that was supposed to avoid double initialization
https://github.com/llvm/llvm-project/pull/124545
More information about the llvm-commits
mailing list