Skip to content

Commit 544fb0f

Browse files
thomccChrisDenton
andauthored
Adjust comment on HKEY_LOCAL_MACHINE
Co-authored-by: Chris Denton <[email protected]>
1 parent 88c2f97 commit 544fb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type REGSAM = u32;
3030

3131
const ERROR_SUCCESS: DWORD = 0;
3232
const ERROR_NO_MORE_ITEMS: DWORD = 259;
33-
// Sign-extend into 64 bits if needed (although it seems to work even if not).
33+
// Sign-extend into 64 bits if needed.
3434
const HKEY_LOCAL_MACHINE: HKEY = 0x80000002u32 as i32 as isize as HKEY;
3535
const REG_SZ: DWORD = 1;
3636
const KEY_READ: DWORD = 0x20019;

0 commit comments

Comments
 (0)