Skip to content

Commit c58c8ec

Browse files
committed
internal/diff: add missing 'far' in comment
1 parent 0aa2197 commit c58c8ec

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)