File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -725,9 +725,9 @@ pub trait GuestMemory {
725
725
} )
726
726
}
727
727
728
- /// Reads up to `count` bytes from the container at `addr` and writes them it into guest memory .
728
+ /// Reads up to `count` bytes from guest memory at `addr` and writes them it into an object .
729
729
///
730
- /// Returns the number of bytes written into guest memory.
730
+ /// Returns the number of bytes copied from guest memory.
731
731
///
732
732
/// # Arguments
733
733
/// * `addr` - Begin reading from this address.
@@ -782,7 +782,7 @@ pub trait GuestMemory {
782
782
Ok ( ( ) )
783
783
}
784
784
785
- /// Reads exactly `count` bytes from the container at `addr` and writes them into guest memory .
785
+ /// Reads exactly `count` bytes from guest memory at `addr` and writes them into an object .
786
786
///
787
787
/// # Errors
788
788
///
You can’t perform that action at this time.
0 commit comments