From eb56315475fce00c008e139549af3446d1bec2d1 Mon Sep 17 00:00:00 2001 From: Goldfish64 Date: Sat, 3 Oct 2020 19:51:51 -0500 Subject: [PATCH] OcAppleKernelLib: Fix comments from previous commit --- Library/OcAppleKernelLib/CommonPatches.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Library/OcAppleKernelLib/CommonPatches.c b/Library/OcAppleKernelLib/CommonPatches.c index 8ee2b6eb..4b1ffdf9 100644 --- a/Library/OcAppleKernelLib/CommonPatches.c +++ b/Library/OcAppleKernelLib/CommonPatches.c @@ -1684,7 +1684,8 @@ typedef struct { // UINT32 CodeLength; // - // Put at this address (_COMM_PAGE_BCOPY, etc). + // Address to place this function at. + // UINT32 CommpageAddress; // // CPU capability bits we must have. @@ -1709,7 +1710,8 @@ typedef struct { // UINT32 CodeLength; // - // Put at this address (_COMM_PAGE_BCOPY, etc). + // Address to place this function at. + // UINT32 CommpageAddress; // // CPU capability bits we must have.