We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85e2b35 + a257c2f commit 7dc6739Copy full SHA for 7dc6739
tx.go
@@ -398,7 +398,7 @@ func (tx *Tx) WriteTo(w io.Writer) (n int64, err error) {
398
// the transaction was based on.
399
//
400
// To overcome this, we reuse the already opened file handle when
401
- // WritFlag not set. When the WriteFlag is set, we reopen the file
+ // WriteFlag not set. When the WriteFlag is set, we reopen the file
402
// but verify that it still refers to the same underlying file
403
// (by device and inode). If it does not, we fall back to
404
// reusing the existing already opened file handle.
0 commit comments