Fix typo in transforms.cpp (#764)

occuring -> occurring
This commit is contained in:
Ikko Eltociear Ashimine 2024-03-01 15:23:46 +09:00 committed by GitHub
parent ab3a466711
commit cf3eb87e52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -351,7 +351,7 @@ struct PyCompiledFun {
// Reserve some large primes to signify the presence of an array, a list or
// a dict in order to encode the structure of the pytree. We choose primes
// to reduce slightly the chances of these numbers occuring by a
// to reduce slightly the chances of these numbers occurring by a
// multiplication as values in the constants list.
constexpr uint64_t array_identifier = 18446744073709551557UL;
constexpr uint64_t list_identifier = 18446744073709551533UL;