diff --git a/runtime/src/system_instruction_processor.rs b/runtime/src/system_instruction_processor.rs index e63a70b6c8..039105300f 100644 --- a/runtime/src/system_instruction_processor.rs +++ b/runtime/src/system_instruction_processor.rs @@ -121,7 +121,7 @@ fn assign( } // bpf programs are allowed to do this; so this is inconsistent... - // Thus, we're starting to remove this restricition from system instruction + // Thus, we're starting to remove this restriction from system instruction // processor for consistency and fewer special casing by piggybacking onto // the related feature gate.. let rent_for_sysvars = invoke_context.is_feature_active(&feature_set::rent_for_sysvars::id());