Skip to content

Commit 63dfa97

Browse files
committed
chore: Update diffBytes comment
1 parent f75104e commit 63dfa97

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
@@ -382,8 +382,8 @@ func currentBinPath(cmd *cobra.Command) (string, error) {
382382
return binName, nil
383383
}
384384

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

0 commit comments

Comments
 (0)