[PATCH] include: Fix the spelling of some comments.

Francois Gouget fgouget at free.fr
Thu Dec 12 04:21:36 CST 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 include/objbase.h | 2 +-
 include/winbase.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/objbase.h b/include/objbase.h
index 78ec6d366db..75280d6de70 100644
--- a/include/objbase.h
+++ b/include/objbase.h
@@ -146,7 +146,7 @@
  *  - Each method is declared as a pointer to function field in the jump table. The implementation
  *    will fill this jump table with appropriate values, probably using a static variable, and
  *    initialize the lpVtbl field to point to this variable.
- *  - The IDirect3D_Xxx macros then just derefence the lpVtbl pointer and use the function pointer
+ *  - The IDirect3D_Xxx macros then just dereference the lpVtbl pointer and use the function pointer
  *    corresponding to the macro name. This emulates the behavior of a virtual table and should be
  *    just as fast.
  *  - This C code should be quite compatible with the Windows headers both for code that uses COM
diff --git a/include/winbase.h b/include/winbase.h
index 7b7f9f26bd2..2781229fa1e 100644
--- a/include/winbase.h
+++ b/include/winbase.h
@@ -1288,7 +1288,7 @@ typedef struct COPYFILE2_EXTENDED_PARAMETERS
 #define ACTCTX_FLAG_SOURCE_IS_ASSEMBLYREF         (0x00000040)
 #define ACTCTX_FLAG_HMODULE_VALID                 (0x00000080)
 
-/* flags to DeactiveActCtx */
+/* flags to DeactivateActCtx */
 #define DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION  (0x00000001)
 
 /* flags to FindActCtxSection{Guid,String[AW]} */
-- 
2.20.1




More information about the wine-devel mailing list