Skip to content

Commit 8fb8d0d

Browse files
callthingsoffgopherbot
authored andcommitted
internal/diff: add missing 'as' in comment
Change-Id: I40b9bc55744f6db5332d49dd47c8a4e409ecd9f3 GitHub-Last-Rev: c58c8ec GitHub-Pull-Request: #63870 Reviewed-on: https://go-review.googlesource.com/c/go/+/538862 TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Keith Randall <[email protected]> Reviewed-by: Keith Randall <[email protected]> Run-TryBot: qiulaidongfeng <[email protected]> Reviewed-by: Keith Randall <[email protected]> Reviewed-by: qiulaidongfeng <[email protected]> Reviewed-by: Bryan Mills <[email protected]>
1 parent c9888bd commit 8fb8d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/diff/diff.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func Diff(oldName string, old []byte, newName string, new []byte) []byte {
7474
continue
7575
}
7676

77-
// Expand matching lines as far possible,
77+
// Expand matching lines as far as possible,
7878
// establishing that x[start.x:end.x] == y[start.y:end.y].
7979
// Note that on the first (or last) iteration we may (or definitely do)
8080
// have an empty match: start.x==end.x and start.y==end.y.

0 commit comments

Comments
 (0)