Skip to content

Commit c79f6dd

Browse files
committed
Fix a typo “an”→“a”
1 parent a0d4372 commit c79f6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
7878
self.eval_context_mut().eval_path_scalar(&["std", "sys", "windows", module, name])
7979
}
8080

81-
/// Helper function to get a `windows` constant as an `u64`.
81+
/// Helper function to get a `windows` constant as a `u64`.
8282
fn eval_windows_u64(&mut self, module: &str, name: &str) -> InterpResult<'tcx, u64> {
8383
// TODO: Cache the result.
8484
self.eval_windows(module, name)?.to_u64()

0 commit comments

Comments
 (0)