Skip to content

Commit a197a66

Browse files
committed
Raid5Volume: Corrected documentation
1 parent 3885a9e commit a197a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DiskAccessLibrary/LogicalDiskManager/Volumes/Raid5Volume.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class Raid5Volume : DynamicVolume
1919
private int m_sectorsPerStripe;
2020
private long m_size;
2121

22-
/// <param name="diskArray">One of the disks in the array can be null</param>
22+
/// <param name="columns">One of the disks can be null</param>
2323
public Raid5Volume(List<DynamicColumn> columns, int sectorsPerStripe, Guid volumeGuid, Guid diskGroupGuid) : base(volumeGuid, diskGroupGuid)
2424
{
2525
m_columns = columns;

0 commit comments

Comments
 (0)