Revert typo

Co-authored-by: Phil Burk <philburk@mobileer.com>
This commit is contained in:
luzpaz 2020-12-12 21:35:50 -05:00 committed by GitHub
commit 0588b306c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,7 +182,7 @@ typedef KS_LogicalMemoryType *PKS_LogicalMemoryType;
typedef struct _PIPE_TERMINATION {
ULONG Flags;
ULONG OutsideFactors;
ULONG Weight;
ULONG Weigth;
KS_FRAMING_RANGE PhysicalRange;
KS_FRAMING_RANGE_WEIGHTED OptimalRange;
KS_COMPRESSION Compression;
@ -636,4 +636,3 @@ DECLARE_INTERFACE_(IKsTopology,IUnknown)
#endif
#endif /* __KSPROXY__ */