Fix some typos.

This commit is contained in:
Sebastian Lackner 2015-03-16 08:06:52 +01:00
parent aa51a47238
commit 88f4c9ec57
3 changed files with 3 additions and 3 deletions

View File

@ -154,7 +154,7 @@ index d2c12d3..67727d3 100644
+}
+
+/*********************************************************************
+ * _mbctohira(MSVCRT.@)
+ * _mbctokata(MSVCRT.@)
+ */
+unsigned int CDECL _mbctokata(unsigned int c)
+{

View File

@ -1,7 +1,7 @@
From bf350677af12ec558208b215f6fcff61c7082bac Mon Sep 17 00:00:00 2001
From: Mark Jansen <learn0more@gmail.com>
Date: Sun, 15 Mar 2015 23:39:09 +0100
Subject: kernel32: Parameter validation tests for FindActCtxSectionString
Subject: kernel32/tests: Parameter validation tests for FindActCtxSectionString
Highlight some differences between FindActCtxSectionString parameter validation, and its Rtl implementation.
---

View File

@ -2819,7 +2819,7 @@ if test "$enable_ntdll_Activation_Context" -eq 1; then
patch_apply ntdll-Activation_Context/0002-ntdll-RtlFindActivationContextSectionString-should-a.patch
patch_apply ntdll-Activation_Context/0003-ntdll-Fix-return-value-for-missing-ACTIVATION_CONTEX.patch
(
echo '+ { "Mark Jansen", "kernel32: Parameter validation tests for FindActCtxSectionString.", 1 },';
echo '+ { "Mark Jansen", "kernel32/tests: Parameter validation tests for FindActCtxSectionString.", 1 },';
echo '+ { "Sebastian Lackner", "ntdll: RtlFindActivationContextSectionString should accept a NULL pointer as data.", 1 },';
echo '+ { "Sebastian Lackner", "ntdll: Fix return value for missing ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION key.", 1 },';
) >> "$patchlist"