diff options
Diffstat (limited to 'tvix/nar-bridge')
-rw-r--r-- | tvix/nar-bridge/pkg/http/narinfo_get.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/nar-bridge/pkg/http/narinfo_get.go b/tvix/nar-bridge/pkg/http/narinfo_get.go index 91fe6c5603a2..a03aff7339fc 100644 --- a/tvix/nar-bridge/pkg/http/narinfo_get.go +++ b/tvix/nar-bridge/pkg/http/narinfo_get.go @@ -25,7 +25,7 @@ import ( "google.golang.org/grpc/status" ) -// renderNarinfo writes narinfo contents to a passes io.Writer, or a returns a +// renderNarinfo writes narinfo contents to a passed io.Writer, or a returns a // (wrapped) io.ErrNoExist error if something doesn't exist. // if headOnly is set to true, only the existence is checked, but no content is // actually written. |