Skip to content

Commit 89af77d

Browse files
MaineK00ngopherbot
authored andcommitted
internal/filepathlite: fix comment
fix typo Change-Id: I46f0b052615d388a852439e63542b43e2ca62b7e GitHub-Last-Rev: 96ac66c GitHub-Pull-Request: #73725 Reviewed-on: https://go-review.googlesource.com/c/go/+/672955 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: David Chase <[email protected]> Auto-Submit: Sean Liao <[email protected]> Reviewed-by: Sean Liao <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent c58f58b commit 89af77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/filepathlite/path.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func ToSlash(path string) string {
180180
return replaceStringByte(path, Separator, '/')
181181
}
182182

183-
// FromSlash is filepath.ToSlash.
183+
// FromSlash is filepath.FromSlash.
184184
func FromSlash(path string) string {
185185
if Separator == '/' {
186186
return path

0 commit comments

Comments
 (0)