Fix a typo “an”→“a”
This commit is contained in:
parent
a0d4372ff9
commit
c79f6dd5a0
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
|
|||
self.eval_context_mut().eval_path_scalar(&["std", "sys", "windows", module, name])
|
||||
}
|
||||
|
||||
/// Helper function to get a `windows` constant as an `u64`.
|
||||
/// Helper function to get a `windows` constant as a `u64`.
|
||||
fn eval_windows_u64(&mut self, module: &str, name: &str) -> InterpResult<'tcx, u64> {
|
||||
// TODO: Cache the result.
|
||||
self.eval_windows(module, name)?.to_u64()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue