mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTFS] Typo fix: "Steam" -> "Stream"
This commit is contained in:
parent
59f8611321
commit
14d3b53cc6
1 changed files with 8 additions and 8 deletions
|
@ -223,7 +223,7 @@ NtfsGetNetworkOpenInformation(PNTFS_FCB Fcb,
|
||||||
|
|
||||||
static
|
static
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NtfsGetSteamInformation(PNTFS_FCB Fcb,
|
NtfsGetStreamInformation(PNTFS_FCB Fcb,
|
||||||
PDEVICE_EXTENSION DeviceExt,
|
PDEVICE_EXTENSION DeviceExt,
|
||||||
PFILE_STREAM_INFORMATION StreamInfo,
|
PFILE_STREAM_INFORMATION StreamInfo,
|
||||||
PULONG BufferLength)
|
PULONG BufferLength)
|
||||||
|
@ -492,7 +492,7 @@ NtfsQueryInformation(PNTFS_IRP_CONTEXT IrpContext)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case FileStreamInformation:
|
case FileStreamInformation:
|
||||||
Status = NtfsGetSteamInformation(Fcb,
|
Status = NtfsGetStreamInformation(Fcb,
|
||||||
DeviceObject->DeviceExtension,
|
DeviceObject->DeviceExtension,
|
||||||
SystemBuffer,
|
SystemBuffer,
|
||||||
&BufferLength);
|
&BufferLength);
|
||||||
|
|
Loading…
Reference in a new issue