Skip to content

Commit b093fe3

Browse files
committed
Fix typo
1 parent 9dece00 commit b093fe3

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
@@ -47,7 +47,7 @@ const F64_EXEMPTION_THRESHOLD_AS_U64: u64 = 4611686018427387904;
4747
/// The `u64` representation of the deprecated exemption threshold.
4848
///
4949
/// This value is equivalent to `1f64`. It is only used to check whether
50-
/// the exmption threshold is the deprecated value to avoid performing
50+
/// the exemption threshold is the deprecated value to avoid performing
5151
/// floating-point operations on-chain.
5252
const F64_SIMD0194_EXEMPTION_THRESHOLD_AS_U64: u64 = 4607182418800017408;
5353

0 commit comments

Comments
 (0)