diff options
Diffstat (limited to 'avstream/avscamera/sys/Sensor.cpp')
| -rw-r--r-- | avstream/avscamera/sys/Sensor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avstream/avscamera/sys/Sensor.cpp b/avstream/avscamera/sys/Sensor.cpp index 1f062497..654ea666 100644 --- a/avstream/avscamera/sys/Sensor.cpp +++ b/avstream/avscamera/sys/Sensor.cpp @@ -413,7 +413,7 @@ Return Value: NTSTATUS Status = STATUS_SUCCESS; LONG lPindex = Pin->Id; - // Hold off all image generation while we muck with the capture pin and synthensizer arrays. + // Hold off all image generation while we manipulate the capture pin and synthensizer arrays. KScopedMutex Lock(m_SensorMutex); // |
