Francois Gouget : include: Fix the spelling of some comments.

Alexandre Julliard julliard at winehq.org
Thu Dec 12 16:29:41 CST 2019


Module: wine
Branch: master
Commit: 70442de5332de98af9871baa93a23ef1ed6aec22
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=70442de5332de98af9871baa93a23ef1ed6aec22

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Dec 12 11:21:36 2019 +0100

include: Fix the spelling of some comments.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 78ec6d366d..75280d6de7 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 c550ed816d..655eb48f0f 100644
--- a/include/winbase.h
+++ b/include/winbase.h
@@ -1262,7 +1262,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]} */




More information about the wine-cvs mailing list