Skip to content

Commit 360d6fb

Browse files
committed
fixup
1 parent 9a7fb47 commit 360d6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talpid-windows/src/fs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub fn is_admin_owned<T: AsRawHandle>(handle: T) -> io::Result<bool> {
1717
let mut security_descriptor: *mut SECURITY_DESCRIPTOR = ptr::null_mut();
1818
let mut owner: *mut SID = ptr::null_mut();
1919

20-
// SAFETY: `handle` is a valid handle. We return a pointer to the owner associated with the handle(?)
20+
// SAFETY: `handle` is a valid handle
2121
let result = unsafe {
2222
GetSecurityInfo(
2323
handle.as_raw_handle() as isize,

0 commit comments

Comments
 (0)