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 68e6b96 + 70c6810 commit dafa083Copy full SHA for dafa083
tx.go
@@ -396,7 +396,7 @@ func (tx *Tx) WriteTo(w io.Writer) (n int64, err error) {
396
// the transaction was based on.
397
//
398
// To overcome this, we reuse the already opened file handle when
399
- // WritFlag not set. When the WriteFlag is set, we reopen the file
+ // WriteFlag not set. When the WriteFlag is set, we reopen the file
400
// but verify that it still refers to the same underlying file
401
// (by device and inode). If it does not, we fall back to
402
// reusing the existing already opened file handle.
0 commit comments