Skip to content

Commit eb7160f

Browse files
committed
Fix typo
1 parent 4f57322 commit eb7160f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/pinocchio/src/sysvars/rent.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const F64_EXEMPTION_THRESHOLD_AS_U64: u64 = 4611686018427387904;
4848
/// The `u64` representation of the deprecated exemption threshold.
4949
///
5050
/// This value is equivalent to `1f64`. It is only used to check whether
51-
/// the exmption threshold is the deprecated value to avoid performing
51+
/// the exemption threshold is the deprecated value to avoid performing
5252
/// floating-point operations on-chain.
5353
const F64_SIMD0194_EXEMPTION_THRESHOLD_AS_U64: u64 = 4607182418800017408;
5454

0 commit comments

Comments
 (0)