Skip to content

Commit bb9aa67

Browse files
authored
Merge pull request #10920 from changeworld/patch-2
Fix typo: Transfomation -> Transformation
2 parents c7722e8 + 7884f23 commit bb9aa67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Misc/wrl-media-capture/cpp/grayscaletransform/grayscaletransform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ void TransformChroma(const D2D1::Matrix3x2F& mat, BYTE *pu, BYTE *pv)
352352
//
353353
// The image conversion functions take the following parameters:
354354
//
355-
// mat Transfomation matrix for chroma values.
355+
// mat Transformation matrix for chroma values.
356356
// rcDest Destination rectangle.
357357
// pDest Pointer to the destination buffer.
358358
// lDestStride Stride of the destination buffer, in bytes.

0 commit comments

Comments
 (0)