mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
[VIDEOPRT]: "...Sesion" --> "...Session": fix a typo.
svn path=/trunk/; revision=64001
This commit is contained in:
parent
c7fe9e7521
commit
6100631ce9
1 changed files with 5 additions and 5 deletions
|
@ -295,7 +295,7 @@ IoctlName(ULONG Ioctl)
|
|||
|
||||
static
|
||||
NTSTATUS
|
||||
VideoPortUseDeviceInSesion(
|
||||
VideoPortUseDeviceInSession(
|
||||
_Inout_ PDEVICE_OBJECT DeviceObject,
|
||||
_Inout_ PVIDEO_DEVICE_SESSION_STATUS SessionState,
|
||||
_In_ ULONG BufferLength,
|
||||
|
@ -475,10 +475,10 @@ IntVideoPortDispatchDeviceControl(
|
|||
|
||||
case IOCTL_VIDEO_USE_DEVICE_IN_SESSION:
|
||||
INFO_(VIDEOPRT, "- IOCTL_VIDEO_USE_DEVICE_IN_SESSION\n");
|
||||
Status = VideoPortUseDeviceInSesion(DeviceObject,
|
||||
Irp->AssociatedIrp.SystemBuffer,
|
||||
IrpStack->Parameters.DeviceIoControl.InputBufferLength,
|
||||
&Irp->IoStatus.Information);
|
||||
Status = VideoPortUseDeviceInSession(DeviceObject,
|
||||
Irp->AssociatedIrp.SystemBuffer,
|
||||
IrpStack->Parameters.DeviceIoControl.InputBufferLength,
|
||||
&Irp->IoStatus.Information);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue