]> Cypherpunks repositories - gostls13.git/commitdiff
embed: remove incorrect slash in comment
authorlugen4ro <54658759+lugen4ro@users.noreply.github.com>
Thu, 14 Nov 2024 09:24:52 +0000 (09:24 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 14 Nov 2024 16:08:01 +0000 (16:08 +0000)
Change-Id: Ida74e8127c29d3e6f0a4322f86c7963fa2ef8244
GitHub-Last-Rev: ae479155d64cee7d8c342516bece756b149bb303
GitHub-Pull-Request: golang/go#70330
Reviewed-on: https://go-review.googlesource.com/c/go/+/627815
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/embed/embed.go

index f6c0ef9b97516090366bb8ab5230ab3a9584deed..210ea258c6570413403774d727ae04cf1d16ba3f 100644 (file)
@@ -170,7 +170,7 @@ type FS struct {
        //
        //      p       # dir=.    elem=p
        //      q/      # dir=.    elem=q
-       //      w/      # dir=.    elem=w
+       //      w       # dir=.    elem=w
        //      q/r     # dir=q    elem=r
        //      q/s/    # dir=q    elem=s
        //      q/v     # dir=q    elem=v