Skip to content

Commit e552e84

Browse files
committed
chore: Update diffBytes comment
1 parent 7a4b8d6 commit e552e84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/configssh.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ func currentBinPath(cmd *cobra.Command) (string, error) {
380380
return binName, nil
381381
}
382382

383-
// diffBytes two byte slices as if they were in a file named name.
384-
// Does best-effort cleanup ignoring non-critical errors.
383+
// diffBytes takes two byte slices and diffs them as if they were in a
384+
// file named name.
385385
func diffBytes(name string, b1, b2 []byte) ([]byte, error) {
386386
var buf bytes.Buffer
387387
var opts []write.Option

0 commit comments

Comments
 (0)