File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ typedef union _LARGE_INTEGER {
344344// Moved here from objbase.w.
345345
346346// Templates are defined here in order to avoid a dependency on C++ <type_traits> header file,
347- // or on compiler-specific constructs .
347+ // or on compiler-specific contructs .
348348extern " C++" {
349349
350350template <size_t S>
@@ -667,7 +667,7 @@ typedef struct _RPC_MESSAGE {
667667// will create a compiler error if wrong level of indirection is used.
668668//
669669
670- /* Unknown .h */
670+ /* Unknwn .h */
671671#ifndef __IUnknown_FWD_DEFINED__
672672#define __IUnknown_FWD_DEFINED__
673673typedef interface IUnknown IUnknown;
@@ -742,7 +742,7 @@ _Post_equal_to_(pp) _Post_satisfies_(return == pp) void **IID_PPV_ARGS_Helper(T
742742typedef interface IRpcStubBuffer IRpcStubBuffer;
743743typedef interface IRpcChannelBuffer IRpcChannelBuffer;
744744
745- /* Unknown .h */
745+ /* Unknwn .h */
746746#ifndef __IUnknown_FWD_DEFINED__
747747#define __IUnknown_FWD_DEFINED__
748748typedef interface IUnknown IUnknown;
You can’t perform that action at this time.
0 commit comments