From 655ee1a64b9703dd55fc4722b644b2c775f31814 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Sat, 24 Nov 2018 11:56:23 -0700 Subject: [PATCH] Fix typos --- src/runtime.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime.rs b/src/runtime.rs index d60d44527..61f077d04 100644 --- a/src/runtime.rs +++ b/src/runtime.rs @@ -16,7 +16,7 @@ pub fn is_legacy_program(program_id: &Pubkey) -> bool { } /// Process an instruction -/// This method calls the instruction's program entry pont method +/// This method calls the instruction's program entrypoint method fn process_instruction( tx: &Transaction, instruction_index: usize, @@ -83,7 +83,7 @@ fn verify_instruction( } /// Execute an instruction -/// This method calls the instruction's program entry pont method and verifies that the result of +/// This method calls the instruction's program entrypoint method and verifies that the result of /// the call does not violate the bank's accounting rules. /// The accounts are committed back to the bank only if this function returns Ok(_). pub fn execute_instruction(