Skip to content

Commit 76c7e25

Browse files
committed
NTFS: TransactionEntry: Corrected typo in documentation
1 parent 7246bfe commit 76c7e25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DiskAccessLibrary/FileSystems/NTFS/Log/RestartTables/TransactionEntry.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2018 Tal Aloni <[email protected]>. All rights reserved.
1+
/* Copyright (C) 2018-2019 Tal Aloni <[email protected]>. All rights reserved.
22
*
33
* You can redistribute this program and/or modify it under the terms of
44
* the GNU Lesser Public License as published by the Free Software Foundation,
@@ -24,8 +24,8 @@ public class TransactionEntry : RestartTableEntry
2424
public ulong FirstLsn; // First LSN for the transaction
2525
public ulong PreviousLsn;
2626
public ulong UndoNextLsn;
27-
public uint UndoRecords; // Number of of undo log records pending abort
28-
public int UndoBytes; // Number of of bytes in undo log records pending abort
27+
public uint UndoRecords; // Number of undo log records pending abort
28+
public int UndoBytes; // Number of bytes in undo log records pending abort
2929

3030
public TransactionEntry()
3131
{

0 commit comments

Comments
 (0)