about summary refs log tree commit diff
path: root/tvix/nar-bridge/pkg/http/narinfo_get.go
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-10-03T11·51+0300
committerflokli <flokli@flokli.de>2023-10-05T06·17+0000
commit45511004dfd1c902707e83c690065b49aad64264 (patch)
tree9777ac7b04e78a67df5e795f7944586de99fc9ea /tvix/nar-bridge/pkg/http/narinfo_get.go
parent28d1b9c01d009424eed276f5689430897afd97ec (diff)
docs(tvix/nar-bridge): fix typo in comment r/6701
Change-Id: I74f6892e089ed306ef93e78a39a25cf3738bb09f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9536
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-rw-r--r--tvix/nar-bridge/pkg/http/narinfo_get.go2
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 91fe6c5603..a03aff7339 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.