diff options
| author | Joel Corley <[email protected]> | 2020-04-07 00:42:28 -0700 |
|---|---|---|
| committer | Joel Corley <[email protected]> | 2020-04-07 00:42:28 -0700 |
| commit | 6568238719a3fe6d317e1d4a13131f5d2ca0234b (patch) | |
| tree | f2fab0e33040d18373174b73ec45dc6935082581 /avstream/avscamera/sys/Sensor.cpp | |
| parent | 43e90d07b44b756ce084a31ac3ca154857bb64d8 (diff) | |
Fix typos, etc. to address review comments.
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); // |
