Skip to content

Commit 6ba85ff

Browse files
committed
comment fix
1 parent dc937a4 commit 6ba85ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/windows_uwp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pub fn getrandom_inner(dest: &mut [u8]) -> Result<(), Error> {
4141
// We zeroize the highest bit, so the error code will reside
4242
// inside the range designated for OS codes.
4343
// SAFETY: the second highest bit is always equal to one,
44-
// so it's impossible to get zero value. Unfortunately compiler
44+
// so it's impossible to get zero. Unfortunately compiler
4545
// is not smart enough to figure out it yet.
4646
let code = unsafe {
4747
NonZeroU32::new_unchecked(ret & (u32::MAX >> 1))

0 commit comments

Comments
 (0)