Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 8076b0f

Browse files
HaoranYiHaoranYi
andauthored
fix typo (#32706)
Co-authored-by: HaoranYi <haoran.yi@solana.com>
1 parent f5c8bb7 commit 8076b0f

File tree

1 file changed

+1
-1
lines changed
  • programs/bpf_loader/src/syscalls

1 file changed

+1
-1
lines changed

programs/bpf_loader/src/syscalls/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ pub fn create_program_runtime_environment<'a>(
274274
register_feature_gated_function!(
275275
result,
276276
epoch_rewards_syscall_enabled,
277-
b"sol_get_epoch_rewrds_sysvar",
277+
b"sol_get_epoch_rewards_sysvar",
278278
SyscallGetEpochRewardsSysvar::call,
279279
)?;
280280

0 commit comments

Comments
 (0)