Skip to content

Commit 02ef19d

Browse files
committed
fix comments
1 parent 2e0cb77 commit 02ef19d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/devpkg/narinfo_cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func (p *Package) IsInBinaryCache() (bool, error) {
2727
if p.PatchGlibc {
2828
return false, nil
2929
}
30-
// Packages with non-default outputs are not used to be taken from the binary cache.
30+
// Packages with non-default outputs are not to be taken from the binary cache.
3131
if len(p.Outputs) > 0 {
3232
return false, nil
3333
}

internal/shellgen/flake_input.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ type SymlinkJoin struct {
5656
}
5757

5858
// BuildInputsForSymlinkJoin returns a list of SymlinkJoin objects that can be used
59-
// as the buildInput. Used for packages that have non-default outputs that needs to
59+
// as the buildInput. Used for packages that have non-default outputs that need to
6060
// be combined into a single buildInput.
6161
func (f *flakeInput) BuildInputsForSymlinkJoin() ([]*SymlinkJoin, error) {
6262
joins := []*SymlinkJoin{}

0 commit comments

Comments
 (0)