diff --git a/lazer/solana/src/lib.rs b/lazer/solana/src/lib.rs index d62d894..ae43c6b 100644 --- a/lazer/solana/src/lib.rs +++ b/lazer/solana/src/lib.rs @@ -26,7 +26,7 @@ use { std::mem::size_of, }; -// rustfmt's unstable import merging feature breaks complilation. +// rustfmt's unstable import merging feature breaks compilation. #[rustfmt::skip] use solana_program::entrypoint; diff --git a/price_feeds/ton/send_usd/contracts/imports/stdlib.fc b/price_feeds/ton/send_usd/contracts/imports/stdlib.fc index 6495e90..1ab2186 100644 --- a/price_feeds/ton/send_usd/contracts/imports/stdlib.fc +++ b/price_feeds/ton/send_usd/contracts/imports/stdlib.fc @@ -631,7 +631,7 @@ int get_seed() impure asm "RANDSEED"; ;;; Equivalent to randomize(cur_lt());. () randomize_lt() impure asm "LTIME" "ADDRAND"; -;;; Checks whether the data parts of two slices coinside +;;; Checks whether the data parts of two slices coincide int equal_slices_bits(slice a, slice b) asm "SDEQ"; ;;; Checks whether b is a null. Note, that FunC also has polymorphic null? built-in. int builder_null?(builder b) asm "ISNULL";