Consistency nits and spelling (#8642)

automerge
This commit is contained in:
Grimes
2020-03-04 16:26:32 -08:00
committed by GitHub
parent b70d195473
commit fc409d9262
11 changed files with 4 additions and 12 deletions

View File

@ -53,7 +53,7 @@ pub extern "C" fn entrypoint(_input: *mut u8) -> u64 {
#[cfg(test)]
mod test {
use super::*;
// Pulls in the stubs requried for `info!()`
// Pulls in the stubs required for `info!()`
solana_sdk_bpf_test::stubs!();
#[test]