Skip to content

Commit e80ef09

Browse files
committed
Fix typo
1 parent b1daf04 commit e80ef09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/pinocchio/src/pubkey.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pub fn log(pubkey: &Pubkey) {
3737

3838
/// Compare two `Pubkey`s for equality.
3939
///
40-
/// The implementation of this function is currectly more efficient
40+
/// The implementation of this function is currently more efficient
4141
/// than `p1 == p2` since it compares 8 bytes at a time instead of
4242
/// byte-by-byte.
4343
#[inline(always)]

0 commit comments

Comments
 (0)