Skip to content

Commit

Permalink
Merge pull request #4766 from coderwander/master
Browse files Browse the repository at this point in the history
Fix struct names
  • Loading branch information
MichaelEischer committed Apr 18, 2024
2 parents 2173c69 + a82ed71 commit 4d22412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/fs/vss_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func (e *vssError) Error() string {
return fmt.Sprintf("VSS error: %s: %s (%#x)", e.text, e.hresult.Str(), e.hresult)
}

// VssError encapsulates errors returned from calling VSS api.
// vssTextError encapsulates errors returned from calling VSS api.
type vssTextError struct {
text string
}
Expand Down
2 changes: 1 addition & 1 deletion internal/walker/walker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
// TestTree is used to construct a list of trees for testing the walker.
type TestTree map[string]interface{}

// TestNode is used to test the walker.
// TestFile is used to test the walker.
type TestFile struct {
Size uint64
}
Expand Down

0 comments on commit 4d22412

Please sign in to comment.