This commit is contained in:
Jack May
2022-04-12 17:52:47 -07:00
committed by GitHub
parent 138f04a49f
commit a43ff3bbcb
2 changed files with 4 additions and 58 deletions

View File

@ -1110,7 +1110,7 @@ impl<'a> InvokeContext<'a> {
self.check_aligned = check_aligned;
}
// Sshould alignment be enforced during user pointer translation
// Should alignment be enforced during user pointer translation
pub fn get_check_aligned(&self) -> bool {
self.check_aligned
}