Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
8ecd0379
Commit
8ecd0379
authored
Dec 12, 2019
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Fix the spelling of some comments.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
101be282
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
dispatch.c
dlls/oleaut32/dispatch.c
+1
-1
vartype.c
dlls/oleaut32/tests/vartype.c
+1
-1
typelib.c
dlls/oleaut32/typelib.c
+1
-1
typelib.h
dlls/oleaut32/typelib.h
+1
-1
No files found.
dlls/oleaut32/dispatch.c
View file @
8ecd0379
...
...
@@ -176,7 +176,7 @@ done:
* (linked at run-time), as opposed to early-bound (linked at compile time).
*
* The interface is used by objects that wish to called by scripting
* languages such as VBA, in order to minimi
s
e the amount of COM and C/C++
* languages such as VBA, in order to minimi
z
e the amount of COM and C/C++
* knowledge required, or by objects that wish to live out of process from code
* that will call their methods.
*
...
...
dlls/oleaut32/tests/vartype.c
View file @
8ecd0379
...
...
@@ -5934,7 +5934,7 @@ static void test_bstr_cache(void)
str
=
SysAllocStringLen
(
NULL
,
24
);
ok
(
str
==
strs
[
0
],
"str != strs[0]
\n
"
);
/* Smaller buffers may also use large
t
cached buffers */
/* Smaller buffers may also use large
r
cached buffers */
str2
=
SysAllocStringLen
(
NULL
,
16
);
ok
(
str2
==
strs
[
1
],
"str2 != strs[1]
\n
"
);
...
...
dlls/oleaut32/typelib.c
View file @
8ecd0379
...
...
@@ -4202,7 +4202,7 @@ static void SLTG_DoFuncs(char *pBlk, char *pFirstItem, ITypeInfoImpl *pTI,
letter of the name, else the next WORD is an offset to
the arg type and paramName points to the first letter.
So let's take one char off paramName and see if we're
pointing at an alpha
-
numeric char. However if *pArg is
pointing at an alphanumeric char. However if *pArg is
0xffff or 0xfffe then the param has no name, the former
meaning that the next WORD is the type, the latter
meaning that the next WORD is an offset to the type. */
...
...
dlls/oleaut32/typelib.h
View file @
8ecd0379
...
...
@@ -325,7 +325,7 @@ typedef struct {
}
SLTG_BlkEntry
;
/* The order of the blocks in the file is given by starting at Block
entry firt_blk and stepping through using the next pointer */
entry fir
s
t_blk and stepping through using the next pointer */
/* These then get followed by this magic */
typedef
struct
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment