Skip to content

Commit 5fe3429

Browse files
committed
revert changes to src/runtime/mini_d3d12.h
1 parent e5cb83c commit 5fe3429

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/runtime/mini_d3d12.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
348348
extern "C++" {
349349

350350
template<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__
673673
typedef interface IUnknown IUnknown;
@@ -742,7 +742,7 @@ _Post_equal_to_(pp) _Post_satisfies_(return == pp) void **IID_PPV_ARGS_Helper(T
742742
typedef interface IRpcStubBuffer IRpcStubBuffer;
743743
typedef interface IRpcChannelBuffer IRpcChannelBuffer;
744744

745-
/* Unknown.h */
745+
/* Unknwn.h */
746746
#ifndef __IUnknown_FWD_DEFINED__
747747
#define __IUnknown_FWD_DEFINED__
748748
typedef interface IUnknown IUnknown;

0 commit comments

Comments
 (0)