Skip to content

Commit b621253

Browse files
authored
chore: fix some comments (#2439)
## Summary fix some comments ## How was it tested? No need. Signed-off-by: needsure <[email protected]>
1 parent 27d0d20 commit b621253

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/devpkg/package.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ func (p *Package) HashFromNixPkgsURL() string {
568568
return nix.HashFromNixPkgsURL(p.URLForFlakeInput())
569569
}
570570

571-
// InputAddressedPath is the input-addressed path in /nix/store
571+
// InputAddressedPaths is the input-addressed path in /nix/store
572572
// It is also the key in the BinaryCache for this package
573573
func (p *Package) InputAddressedPaths() ([]string, error) {
574574
if inCache, err := p.IsInBinaryCache(); err != nil {

internal/nix/storepath.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"unicode"
66
)
77

8-
// storePath are the constituent parts of
8+
// StorePathParts are the constituent parts of
99
// /nix/store/<hash>-<name>-<version>
1010
//
1111
// This is a helper struct for analyzing the string representation

0 commit comments

Comments
 (0)