ntoskrnl-DriverTest: Fix typo in subject.

This commit is contained in:
Sebastian Lackner 2015-01-23 06:21:11 +01:00
parent 29bbba1e0f
commit dcc1885175
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ From daa8ccd8d94c1e8c53d26b2e985d75c7c7a47f1b Mon Sep 17 00:00:00 2001
From: Sebastian Lackner <sebastian@fds-team.de>
Date: Sun, 18 Jan 2015 05:42:10 +0100
Subject: ntoskrnl.exe/tests: Add initial driver testing framework and
corrsponding changes to Makefile system. (rev 2)
corresponding changes to Makefile system. (rev 2)
---
aclocal.m4 | 31 +++

View File

@ -2195,7 +2195,7 @@ if test "$enable_ntoskrnl_DriverTest" -eq 1; then
patch_apply ntoskrnl-DriverTest/0001-ntoskrnl.exe-tests-Add-initial-driver-testing-framew.patch
patch_apply ntoskrnl-DriverTest/0002-ntoskrnl.exe-tests-Add-kernel-compliant-test-functio.patch
(
echo '+ { "Sebastian Lackner", "ntoskrnl.exe/tests: Add initial driver testing framework and corrsponding changes to Makefile system.", 2 },';
echo '+ { "Sebastian Lackner", "ntoskrnl.exe/tests: Add initial driver testing framework and corresponding changes to Makefile system.", 2 },';
echo '+ { "Michael Müller", "ntoskrnl.exe/tests: Add kernel compliant test functions.", 1 },';
) >> "$patchlist"
fi