Skip to content

Commit

Permalink
Update windows_kext/kextinterface/kext_file.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
vlabo and coderabbitai[bot] authored Oct 16, 2024
1 parent 5646508 commit 51834ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows_kext/kextinterface/kext_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (f *KextFile) refill_read_buffer() error {
return nil
}

// Write send the buffer bytes to the kext. The function will block until the whole buffer is written to the kext.
// Write sends the buffer bytes to the kext. The function will block until the whole buffer is written to the kext.
func (f *KextFile) Write(buffer []byte) (int, error) {
if err := f.IsValid(); err != nil {
return 0, fmt.Errorf("failed to write: %w", err)
Expand Down

0 comments on commit 51834ce

Please sign in to comment.