From 9dfaad9ae8597b6e1b410503b4150bcadf73c536 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Fri, 25 Nov 2022 20:54:55 -0800 Subject: [PATCH] fix typo in ep3 patch enabler comment --- system/ppc/Episode3USAQuestBufferOverflow.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/ppc/Episode3USAQuestBufferOverflow.s b/system/ppc/Episode3USAQuestBufferOverflow.s index 82fa01b5..4065e40f 100644 --- a/system/ppc/Episode3USAQuestBufferOverflow.s +++ b/system/ppc/Episode3USAQuestBufferOverflow.s @@ -69,7 +69,7 @@ # Once we have control, we clean up the allocator state (restoring the free # block as it was before we overwrote its header), then copy our implementation -# of the B2 command to an otherwise-unused are of memory and apply a few more +# of the B2 command to an otherwise-unused area of memory and apply a few more # patches. See the comments within the code below for more details.