Exagear: Fix spelling error in subject of patch.

This commit is contained in:
Sebastian Lackner
2014-11-11 08:06:52 +01:00
parent 513952a066
commit de353ee024
4 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
From 6d81dd96f48dec341e955cb9e66d8238c2917b1e Mon Sep 17 00:00:00 2001
From 45108b71fd1db7fe4911885314f229cb0089041e Mon Sep 17 00:00:00 2001
From: Sebastian Lackner <sebastian@fds-team.de>
Date: Tue, 11 Nov 2014 03:11:33 +0100
Subject: ntdll: Implement emulation SIDT instruction when using Exagear.
Subject: ntdll: Implement emulation of SIDT instruction when using Exagear.
---
configure.ac | 8 ++

View File

@@ -1,3 +1,3 @@
Author: Sebastian Lackner
Subject: Implement emulation SIDT instruction when using Exagear.
Subject: Implement emulation of SIDT instruction when using Exagear.
Revision: 1

View File

@@ -168,16 +168,16 @@ clean:
# Patchset Exagear
# |
# | Included patches:
# | * Implement emulation SIDT instruction when using Exagear. [by Sebastian Lackner]
# | * Implement emulation of SIDT instruction when using Exagear. [by Sebastian Lackner]
# |
# | Modified files:
# | * configure.ac, dlls/ntdll/signal_i386.c
# |
.INTERMEDIATE: Exagear.ok
Exagear.ok:
$(call APPLY_FILE,Exagear/0001-ntdll-Implement-emulation-SIDT-instruction-when-usin.patch)
$(call APPLY_FILE,Exagear/0001-ntdll-Implement-emulation-of-SIDT-instruction-when-u.patch)
@( \
echo '+ { "Exagear", "Sebastian Lackner", "Implement emulation SIDT instruction when using Exagear." },'; \
echo '+ { "Exagear", "Sebastian Lackner", "Implement emulation of SIDT instruction when using Exagear." },'; \
) > Exagear.ok
# Patchset Miscellaneous