mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +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
|
static
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
VideoPortUseDeviceInSesion(
|
VideoPortUseDeviceInSession(
|
||||||
_Inout_ PDEVICE_OBJECT DeviceObject,
|
_Inout_ PDEVICE_OBJECT DeviceObject,
|
||||||
_Inout_ PVIDEO_DEVICE_SESSION_STATUS SessionState,
|
_Inout_ PVIDEO_DEVICE_SESSION_STATUS SessionState,
|
||||||
_In_ ULONG BufferLength,
|
_In_ ULONG BufferLength,
|
||||||
|
@ -475,10 +475,10 @@ IntVideoPortDispatchDeviceControl(
|
||||||
|
|
||||||
case IOCTL_VIDEO_USE_DEVICE_IN_SESSION:
|
case IOCTL_VIDEO_USE_DEVICE_IN_SESSION:
|
||||||
INFO_(VIDEOPRT, "- IOCTL_VIDEO_USE_DEVICE_IN_SESSION\n");
|
INFO_(VIDEOPRT, "- IOCTL_VIDEO_USE_DEVICE_IN_SESSION\n");
|
||||||
Status = VideoPortUseDeviceInSesion(DeviceObject,
|
Status = VideoPortUseDeviceInSession(DeviceObject,
|
||||||
Irp->AssociatedIrp.SystemBuffer,
|
Irp->AssociatedIrp.SystemBuffer,
|
||||||
IrpStack->Parameters.DeviceIoControl.InputBufferLength,
|
IrpStack->Parameters.DeviceIoControl.InputBufferLength,
|
||||||
&Irp->IoStatus.Information);
|
&Irp->IoStatus.Information);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue