summaryrefslogtreecommitdiff
path: root/avstream/sampledevicemft/custompin.cpp
diff options
context:
space:
mode:
authorJoel Corley <[email protected]>2020-01-21 15:47:24 -0800
committerJoel Corley <[email protected]>2020-01-21 15:47:24 -0800
commit1d2865d33a2815c31a93bf9b352b94b096f72f57 (patch)
tree1b5b52208d3d8254709b1a2f128618753d77ec58 /avstream/sampledevicemft/custompin.cpp
parent8fb512ac674df5ba129a69906d450f2a1361136d (diff)
Update all the AvStream samples for Vibranium.
Diffstat (limited to 'avstream/sampledevicemft/custompin.cpp')
-rw-r--r--avstream/sampledevicemft/custompin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/avstream/sampledevicemft/custompin.cpp b/avstream/sampledevicemft/custompin.cpp
index 00edb329..edb5fadb 100644
--- a/avstream/sampledevicemft/custompin.cpp
+++ b/avstream/sampledevicemft/custompin.cpp
@@ -35,7 +35,7 @@ STDMETHODIMP CCustomPin::SendSample(
// Log sample and exit.. The pipeline will just keep on churning more samples till
// We go into the stop state
//
- DMFTRACE(DMFT_GENERAL, TRACE_LEVEL_INFORMATION, "%!FUNC! Custom Pin %d recieved Sample %p", streamId(), pSample);
+ DMFTRACE(DMFT_GENERAL, TRACE_LEVEL_INFORMATION, "%!FUNC! Custom Pin %d received Sample %p", streamId(), pSample);
return S_OK;
}