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:
Aaron Klotz
2024-07-03 10:38:58 -06:00
parent c4b20c5411
commit e181f12a7b
2 changed files with 18 additions and 14 deletions

View File

@ -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
}