Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
f466fb4e
Commit
f466fb4e
authored
Aug 23, 2018
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll/tests: Spelling fixes in comments.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4522fcf0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
rtl.c
dlls/ntdll/tests/rtl.c
+3
-3
No files found.
dlls/ntdll/tests/rtl.c
View file @
f466fb4e
...
...
@@ -1458,9 +1458,9 @@ static const struct
NTSTATUS
res
;
int
terminator_offset
;
int
ip
[
8
];
/* win_broken: older versions of windows do not handle this correct
/* win_broken: older versions of windows do not handle this correct
ly
ex_fail: Ex function does need the string to be terminated, non-Ex does not.
ex_skip: test doesnt make sense for Ex (f.e. it's invalid for non-Ex but valid for Ex) */
ex_skip: test doesn
'
t make sense for Ex (f.e. it's invalid for non-Ex but valid for Ex) */
enum
{
normal_6
,
win_broken_6
=
1
,
ex_fail_6
=
2
,
ex_skip_6
=
4
}
flags
;
}
ipv6_tests
[]
=
{
...
...
@@ -2284,7 +2284,7 @@ static void test_RtlIpv6StringToAddressEx(void)
/* sanity check */
ok
(
sizeof
(
ip
)
==
sizeof
(
USHORT
)
*
8
,
"sizeof(ip)
\n
"
);
/* first we run all ip related tests, to make sure someone didnt accidentally reimplement instead of re-use. */
/* first we run all ip related tests, to make sure someone didn
'
t accidentally reimplement instead of re-use. */
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
ipv6_tests
);
i
++
)
{
ULONG
scope
=
0xbadf00d
;
...
...
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