Francois Gouget : ole32: Fix the spelling of a couple of comments.

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


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

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

ole32: Fix the spelling of a couple of comments.

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

---

 dlls/ole32/ifs.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/ole32/ifs.c b/dlls/ole32/ifs.c
index ea03e9b0a2..9c7cb0977f 100644
--- a/dlls/ole32/ifs.c
+++ b/dlls/ole32/ifs.c
@@ -60,7 +60,7 @@ typedef struct {
 /* this is the static object instance */
 static _Malloc32 Malloc32 = {{&VT_IMalloc32}, 0, NULL, 0, 0, NULL, 0};
 
-/* with a spy active all calls from pre to post methods are threadsave */
+/* with a spy active all calls from pre to post methods are threadsafe */
 static CRITICAL_SECTION IMalloc32_SpyCS;
 static CRITICAL_SECTION_DEBUG critsect_debug =
 {
@@ -285,8 +285,8 @@ static void WINAPI IMalloc_fnFree(IMalloc *iface, void *pv)
  *
  * NOTES
  *  FIXME returns:
- *      win95:  size allocated (4 byte boundarys)
- *      win2k:  size originally requested !!! (allocated on 8 byte boundarys)
+ *      win95:  size allocated (4 byte boundaries)
+ *      win2k:  size originally requested !!! (allocated on 8 byte boundaries)
  */
 static SIZE_T WINAPI IMalloc_fnGetSize(IMalloc *iface, void *pv)
 {




More information about the wine-cvs mailing list