Skip to content

Commit 8b7a84b

Browse files
authored
Fix spelling
1 parent c3cc909 commit 8b7a84b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/pinocchio/src/account_info.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,8 +627,8 @@ impl AccountInfo {
627627
/// Returns the memory address of the account data.
628628
/// # Important
629629
///
630-
/// Obtaining the raw pointer itself is safe, but dereferencing it requires
631-
/// the caller to uphold Rusts aliasing rules. It is undefined behavior to dereference
630+
/// Obtaining the raw pointer itself is safe, but de-referencing it requires
631+
/// the caller to uphold Rust's aliasing rules. It is undefined behavior to de-reference
632632
/// the pointer or write through it while any safe reference (e.g., from any of `borrow_data`
633633
/// or `borrow_mut_data` methods) to the same data is still alive.
634634
pub fn data_ptr(&self) -> *mut u8 {

0 commit comments

Comments
 (0)