util/winutil/s4u: fix some doc comments in the s4u package
This is #cleanup Signed-off-by: Aaron Klotz <aaron@tailscale.com>
This commit is contained in:
@ -647,7 +647,8 @@ func LogonSessionID(token windows.Token) (logonSessionID windows.LUID, err error
|
||||
return origin.originatingLogonSession, nil
|
||||
}
|
||||
|
||||
// BufUnit is a type constraint for buffers passed into AllocateContiguousBuffer.
|
||||
// BufUnit is a type constraint for buffers passed into AllocateContiguousBuffer
|
||||
// and SetNTString.
|
||||
type BufUnit interface {
|
||||
byte | uint16
|
||||
}
|
||||
|
Reference in New Issue
Block a user